]> granicus.if.org Git - postgresql/commit
Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.
authorKevin Grittner <kgrittn@postgresql.org>
Thu, 15 Aug 2013 18:14:48 +0000 (13:14 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Thu, 15 Aug 2013 18:14:48 +0000 (13:14 -0500)
commit3f78b1715c8c1d6655d169e6c8ac384c9a01ac60
tree96e2cbc683230848bead839310732c1596d09b09
parent62e28b3e41353dd79802113b3e9f2a81246146f0
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