]> granicus.if.org Git - postgresql/commitdiff
Fix copy-and-paste mistakes in documentation.
authorThomas Munro <tmunro@postgresql.org>
Wed, 8 May 2019 09:14:14 +0000 (21:14 +1200)
committerThomas Munro <tmunro@postgresql.org>
Wed, 8 May 2019 09:16:36 +0000 (21:16 +1200)
Reported-by: Vik Fearing
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/create_table_as.sgml

index 19af4eed9c3b6a10a991fc0a6e03a6cbab40e1dd..44a61ef99e99303ba1c12e61c57f321ed6cc898b 100644 (file)
@@ -1176,7 +1176,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
       the contents for the new table; the method needs be an access method of
       type <literal>TABLE</literal>. See <xref linkend="tableam"/> for more
       information.  If this option is not specified, the default table access
-      method is chosen for the new materialized view. See <xref
+      method is chosen for the new table. See <xref
       linkend="guc-default-table-access-method"/> for more information.
      </para>
     </listitem>
index 1371261e0a1f98d86b3c71152f9102b27a10e356..b5c4ce6959242129daa73e7977660b2122feae0b 100644 (file)
@@ -129,7 +129,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
       the contents for the new table; the method needs be an access method of
       type <literal>TABLE</literal>. See <xref linkend="tableam"/> for more
       information.  If this option is not specified, the default table access
-      method is chosen for the new materialized view. See <xref
+      method is chosen for the new table. See <xref
       linkend="guc-default-table-access-method"/> for more information.
      </para>
     </listitem>