Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint

Peter Eisentraut <peter_e@gmx.net>

Commit: 104e7dac28c56dcaf9b778dff60a5daefc3a0661
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-01-05T17:48:55Z
Releases: 9.2.0
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint

ALTER DOMAIN / DROP CONSTRAINT on a nonexistent constraint name did
not report any error.  Now it reports an error.  The IF EXISTS option
was added to get the usual behavior of ignoring nonexistent objects to
drop.

Files