8000 Doc: Further fix CREATE FOREIGN TABLE synopsis. · postgres/postgres@cc75ad7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc75ad7

Browse files
author
Etsuro Fujita
committed
Doc: Further fix CREATE FOREIGN TABLE synopsis.
This patch fixes the partitioning synopsis in the Parameters section in the CREATE FOREIGN TABLE documentation. Follow-up for commit ce21a36. 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 parent 37290f7 commit cc75ad7

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
@@ -172,7 +172,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
172172
</varlistentry>
173173

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

0 commit comments

Comments
 (0)
0