Re: DEFERRABLE NOT NULL constraint

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: DEFERRABLE NOT NULL constraint
Дата
Msg-id keqldm$v8q$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: DEFERRABLE NOT NULL constraint  (Andreas Joseph Krogh <andreak@officenet.no>)
Ответы Re: DEFERRABLE NOT NULL constraint  (Andreas Joseph Krogh <andreak@officenet.no>)
Список pgsql-general
Andreas Joseph Krogh, 05.02.2013 10:57:
> The value of having NOT NULL deferrable is, well, to not check for
> NULL until the tx commits. When working with ORMs this often is the
> case, especially with circular FKs.

With circular FKs it's enough to define the FK constraint as deferred.

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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: DEFERRABLE NOT NULL constraint
Следующее
От: Виктор Егоров
Дата:
Сообщение: Re: DEFERRABLE NOT NULL constraint