pgsql: doc: Fix column_name parameter in ALTER MATERIALIZED VIEW

Started by Michael Paquierabout 2 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/6880ca53-7961-4eeb-86d5-6bd05fc2027e@ewie.name
Backpatch-through: 12

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dd087e1c13bf5f2bcfdc189976aa4e44ed431739

Modified Files
--------------
doc/src/sgml/ref/alter_materialized_view.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)