]> granicus.if.org Git - postgresql/commit
Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.
authorKevin Grittner <kgrittn@postgresql.org>
Thu, 15 Aug 2013 18:16:45 +0000 (13:16 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Thu, 15 Aug 2013 18:16:45 +0000 (13:16 -0500)
commitcdcddc4a5a06952eafc65907c25c21510c7d54c0
tree5720462412dba938a95bb06a1bdcafbd3be74c01
parentd2fa20acdd67db00b48fcc4b9a13b998c1c8bb54
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.
src/backend/commands/tablecmds.c