Fix copy-and-paste mistakes in documentation.

Reported-by: Vik Fearing
This commit is contained in:
Thomas Munro 2019-05-08 21:14:14 +12:00
parent b7434dc007
commit 098344be66
2 changed files with 2 additions and 2 deletions

View 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 the contents for the new table; the method needs be an access method of
type <literal>TABLE</literal>. See <xref linkend="tableam"/> for more type <literal>TABLE</literal>. See <xref linkend="tableam"/> for more
information. If this option is not specified, the default table access 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. linkend="guc-default-table-access-method"/> for more information.
</para> </para>
</listitem> </listitem>

View 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 the contents for the new table; the method needs be an access method of
type <literal>TABLE</literal>. See <xref linkend="tableam"/> for more type <literal>TABLE</literal>. See <xref linkend="tableam"/> for more
information. If this option is not specified, the default table access 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. linkend="guc-default-table-access-method"/> for more information.
</para> </para>
</listitem> </listitem>