SET CONSTRAINTS and like named constraints

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема SET CONSTRAINTS and like named constraints
Дата
Msg-id 20030816131300.L65486-100000@megazone.bigpanda.com
обсуждение исходный текст
Ответы Re: SET CONSTRAINTS and like named constraints  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
It looks like that right now if you have multiple constraints
with the same name on different tables and some are deferrable
and some are not, SET CONSTRAINTS "name" DEFERRED will fail when
it reaches the not deferrable constraint. Is this the behavior
we want, or do we want it to defer the deferrable ones with that
name and possibly warn that some were not deferrable?




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: more fun with 7.3.4 RPMs
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: more fun with 7.3.4 RPMs