Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd087e1

Browse files
committed
doc: Fix column_name parameter in ALTER MATERIALIZED VIEW
Parameter column_name must be an existing column because ALTERMATERIALIZED VIEW cannot add new columns. The old description waslikely copied from ALTER TABLE.Author: Erik WienholdDiscussion:https://postgr.es/m/6880ca53-7961-4eeb-86d5-6bd05fc2027e@ewie.nameBackpatch-through: 12
1 parent8559252 commitdd087e1

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
@@ -100,7 +100,7 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE <replaceable class="parameter">name</r
100100
<term><replaceable class="parameter">column_name</replaceable></term>
101101
<listitem>
102102
<para>
103-
Name ofa new or existing column.
103+
Name ofan existing column.
104104
</para>
105105
</listitem>
106106
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp