Further-fix-CREATE-FOREIGN-TABLE-synopsis.patch

application/octet-stream

Filename: Further-fix-CREATE-FOREIGN-TABLE-synopsis.patch
Type: application/octet-stream
Part: 0
Message: Re: doc: CREATE FOREIGN TABLE .. PARTITION OF .. DEFAULT

Patch

Format: unified
File+
doc/src/sgml/ref/create_foreign_table.sgml 1 1
diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml
index 6b208c4848..ae1f94b9de 100644
--- a/doc/src/sgml/ref/create_foreign_table.sgml
+++ b/doc/src/sgml/ref/create_foreign_table.sgml
@@ -173,7 +173,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
    </varlistentry>
 
    <varlistentry>
-    <term><literal>PARTITION OF <replaceable>parent_table</replaceable> FOR VALUES <replaceable class="parameter">partition_bound_spec</replaceable></literal></term>
+    <term><literal>PARTITION OF <replaceable>parent_table</replaceable> { FOR VALUES <replaceable class="parameter">partition_bound_spec</replaceable> | DEFAULT }</literal></term>
     <listitem>
      <para>
       This form can be used to create the foreign table as partition of