column_name of ALTER MATERIALIZED VIEW should only refer to an existing column

From: Erik Wienhold <ewie(at)ewie(dot)name>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: column_name of ALTER MATERIALIZED VIEW should only refer to an existing column
Date: 2024-05-22 00:59:37
Message-ID: 6880ca53-7961-4eeb-86d5-6bd05fc2027e@ewie.name
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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.

--
Erik

Attachment Content-Type Size
0001-doc-fix-column_name-parameter-in-ALTER-MATERIALIZED-.patch text/x-diff 1.1 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Smith 2024-05-22 02:26:46 Re: Ambiguous description on new columns
Previous Message Guillaume Lelarge 2024-05-21 12:43:30 Re: Ambiguous description on new columns