Re: column_name of ALTER MATERIALIZED VIEW should only refer to an existing column
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Erik Wienhold <ewie@ewie.name>
Cc: pgsql-docs@lists.postgresql.org
Date: 2024-05-22T05:12:36Z
Lists: pgsql-docs
On Wed, May 22, 2024 at 02:59:37AM +0200, Erik Wienhold wrote: > Here's a patch for $SUBJECT. Looks like the current wording was copied > from ALTER TABLE. In ALTER VIEW we correctly state that column_name > must be an existing column. Fun. You are right, none of the patterns supported by this query are able to add an attribute, so this new formulation makes sense. Will fix once we are out of release freeze time on HEAD. Thanks! -- Michael
Commits
-
doc: Fix column_name parameter in ALTER MATERIALIZED VIEW
- c0acf25a5cf2 12.20 landed
- 0c6b6498131e 13.16 landed
- 961608636461 14.13 landed
- c0df15ac7e9e 15.8 landed
- b4f808467a56 16.4 landed
- dd087e1c13bf 17.0 landed