Skip to content

Commit c0df15a

Browse files
committed
doc: Fix column_name parameter in ALTER MATERIALIZED VIEW
Parameter column_name must be an existing column because ALTER MATERIALIZED VIEW cannot add new columns. The old description was likely copied from ALTER TABLE. Author: Erik Wienhold Discussion: https://postgr.es/m/6880ca53-7961-4eeb-86d5-6bd05fc2027e@ewie.name Backpatch-through: 12
1 parent 2f3cfcf commit c0df15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/alter_materialized_view.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE <replaceable class="parameter">name</r
9999
<term><replaceable class="parameter">column_name</replaceable></term>
100100
<listitem>
101101
<para>
102-
Name of a new or existing column.
102+
Name of an existing column.
103103
</para>
104104
</listitem>
105105
</varlistentry>

0 commit comments

Comments
 (0)