Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 098344b

Browse files
committed
Fix copy-and-paste mistakes in documentation.
Reported-by: Vik Fearing
1 parent b7434dc commit 098344b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/create_table.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
11761176
the contents for the new table; the method needs be an access method of
11771177
type <literal>TABLE</literal>. See <xref linkend="tableam"/> for more
11781178
information. If this option is not specified, the default table access
1179-
method is chosen for the new materialized view. See <xref
1179+
method is chosen for the new table. See <xref
11801180
linkend="guc-default-table-access-method"/> for more information.
11811181
</para>
11821182
</listitem>

doc/src/sgml/ref/create_table_as.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
129129
the contents for the new table; the method needs be an access method of
130130
type <literal>TABLE</literal>. See <xref linkend="tableam"/> for more
131131
information. If this option is not specified, the default table access
132-
method is chosen for the new materialized view. See <xref
132+
method is chosen for the new table. See <xref
133133
linkend="guc-default-table-access-method"/> for more information.
134134
</para>
135135
</listitem>

0 commit comments

Comments
 (0)