From: Thomas Munro Date: Wed, 8 May 2019 09:14:14 +0000 (+1200) Subject: Fix copy-and-paste mistakes in documentation. X-Git-Tag: REL_12_BETA1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=098344be663f5fc0ad166e7a9e1cd37721ee34d9;p=postgresql Fix copy-and-paste mistakes in documentation. Reported-by: Vik Fearing --- diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 19af4eed9c..44a61ef99e 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1176,7 +1176,7 @@ WITH ( MODULUS numeric_literal, REM the contents for the new table; the method needs be an access method of type TABLE. See for more information. If this option is not specified, the default table access - method is chosen for the new materialized view. See for more information. diff --git a/doc/src/sgml/ref/create_table_as.sgml b/doc/src/sgml/ref/create_table_as.sgml index 1371261e0a..b5c4ce6959 100644 --- a/doc/src/sgml/ref/create_table_as.sgml +++ b/doc/src/sgml/ref/create_table_as.sgml @@ -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 TABLE. See for more information. If this option is not specified, the default table access - method is chosen for the new materialized view. See for more information.