Re: DEFERRABLE NOT NULL constraint
Bèrto ëd Sèra <berto.d.sera@gmail.com>
From: Bèrto ëd Sèra <berto.d.sera@gmail.com>
To: pgsql-general@postgresql.org
Date: 2013-02-05T13:12:31Z
Lists: pgsql-general
Hi, > 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. +1000 here. Cheers Bèrto