pgsql: doc: Fix column_name parameter in ALTER MATERIALIZED VIEW

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix column_name parameter in ALTER MATERIALIZED VIEW
Date: 2024-05-23 04:04:03
Message-ID: E1s9zgR-001Pei-9G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0c6b6498131e0552d5bb120bdcbf72ffbcd524fa

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-05-23 04:56:57 pgsql: Fix typo and comments related to the recent no-wait lock improve
Previous Message David Rowley 2024-05-23 03:25:12 pgsql: Fix a couple of outdated comments now that we have MERGE RETURNI