ALTER DOMAIN DROP CONSTRAINT doesn't catch errors - Mailing list pgsql-hackers

From Peter Eisentraut
Subject ALTER DOMAIN DROP CONSTRAINT doesn't catch errors
Date
Msg-id 1325192554.3702.2.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: ALTER DOMAIN DROP CONSTRAINT doesn't catch errors  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Is there a secret reason why

ALTER DOMAIN foo DROP CONSTRAINT nonexistent;

doesn't report any error?

If not, I think we should add one and also add the usual IF EXISTS
option.



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: spinlocks on HP-UX
Next
From: Noah Misch
Date:
Subject: get_fn_expr_argtype() vs. internal calls