Re: Contradicting information for DEFERRABLE constraints

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Contradicting information for DEFERRABLE constraints
Дата
Msg-id 51A7B815.6000404@gmx.net
обсуждение исходный текст
Ответ на Contradicting information for DEFERRABLE constraints  (Erwin Brandstetter <brandstetter@falter.at>)
Список pgsql-docs
On 5/24/13 2:07 PM, Erwin Brandstetter wrote:
> My tests on Postgres 9.1 and 9.2 seem to confirm that the check for
> non-deferrable constraints happens *after every row*, not after every
> command.

That only applies to unique constraints, not to other kinds of
constraints.  That's why the unique constraint defer behavior is
described separately, but it's different from the normal constraint
defer behavior.


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

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: ALTER TABLE lock level
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: The Parser Stage: "plain ASCII text" ?