Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit642e916

Browse files
author
Etsuro Fujita
committed
Doc: Further fix CREATE FOREIGN TABLE synopsis.
This patch fixes the partitioning synopsis in the Parameters section inthe CREATE FOREIGN TABLE documentation. Follow-up for commitce21a36.Back-patch to v11 where default partition was introduced.Reviewed by Amit Langote and Robert Haas.Discussion:https://postgr.es/m/CAPmGK17U5jEqVZuo3r38wB0VFWomEtJCBGn_h92HQzQ2sP-49Q%40mail.gmail.com
1 parentfd0b9dc commit642e916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/create_foreign_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
173173
</varlistentry>
174174

175175
<varlistentry>
176-
<term><literal>PARTITION OF <replaceable>parent_table</replaceable> FOR VALUES <replaceable class="parameter">partition_bound_spec</replaceable></literal></term>
176+
<term><literal>PARTITION OF <replaceable>parent_table</replaceable>{FOR VALUES <replaceable class="parameter">partition_bound_spec</replaceable> | DEFAULT }</literal></term>
177177
<listitem>
178178
<para>
179179
This form can be used to create the foreign table as partition of

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp