ALTER DOMAIN DROP CONSTRAINT doesn't catch errors

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема ALTER DOMAIN DROP CONSTRAINT doesn't catch errors
Дата
Msg-id 1325192554.3702.2.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: ALTER DOMAIN DROP CONSTRAINT doesn't catch errors  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: spinlocks on HP-UX
Следующее
От: Noah Misch
Дата:
Сообщение: get_fn_expr_argtype() vs. internal calls