pgsql: Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.
Date: 2013-08-15 18:19:21
Message-ID: E1VA28n-000739-NR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cdcddc4a5a06952eafc65907c25c21510c7d54c0

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-08-16 13:26:50 pgsql: Fix typo in comment.
Previous Message Magnus Hagander 2013-08-15 16:45:39 pgsql: Add tab completion for \dx in psql