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

Erik Wienhold <ewie@ewie.name>

From: Erik Wienhold <ewie@ewie.name>
To: pgsql-docs@lists.postgresql.org
Date: 2024-05-22T00:59:37Z
Lists: pgsql-docs

Attachments

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

Commits

  1. doc: Fix column_name parameter in ALTER MATERIALIZED VIEW