diff options
author | Thomas Munro <tmunro@postgresql.org> | 2019-05-08 21:14:14 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2019-05-08 21:16:36 +1200 |
commit | 098344be663f5fc0ad166e7a9e1cd37721ee34d9 (patch) | |
tree | 718de68f907202f02307d4adcf0e43b7b8777940 /doc/src | |
parent | b7434dc007252d7a5e5f7f85700bd7400b1db201 (diff) | |
download | postgresql-098344be663f5fc0ad166e7a9e1cd37721ee34d9.tar.gz postgresql-098344be663f5fc0ad166e7a9e1cd37721ee34d9.zip |
Fix copy-and-paste mistakes in documentation.
Reported-by: Vik Fearing
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/create_table_as.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 19af4eed9c3..44a61ef99e9 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -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> diff --git a/doc/src/sgml/ref/create_table_as.sgml b/doc/src/sgml/ref/create_table_as.sgml index 1371261e0a1..b5c4ce69592 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 <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> |