Skip to content

Commit 9616086

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 1015162 commit 9616086

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
@@ -98,7 +98,7 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE <replaceable class="parameter">name</r
9898
<term><replaceable class="parameter">column_name</replaceable></term>
9999
<listitem>
100100
<para>
101-
Name of a new or existing column.
101+
Name of an existing column.
102102
</para>
103103
</listitem>
104104
</varlistentry>

0 commit comments

Comments
 (0)