pgsql: Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE. - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.
Date
Msg-id E1VA28n-000737-ME@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.

Was accidentally allowed, but not documented and lacked support
for rename or drop once created.

Per report from Noah Misch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3f78b1715c8c1d6655d169e6c8ac384c9a01ac60

Modified Files
--------------
src/backend/commands/tablecmds.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Add tab completion for \dx in psql
Next
From: Kevin Grittner
Date:
Subject: pgsql: Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.