Deferrable NOT NULL constraints in 9.3? - Mailing list pgsql-hackers

From andreak@officenet.no
Subject Deferrable NOT NULL constraints in 9.3?
Date
Msg-id OrigoEmail.58.e6f699b252b2deb.13adf64b398@prod2.officenet.no
Whole thread Raw
Responses Re: Deferrable NOT NULL constraints in 9.3?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
<div>Hi hackers.</div><div> </div><div>Are there any plans to include DEFERRABLE NOT NULL constraints in 9.3 so one can
dothis?</div><div><pre class="lang-sql prettyprint prettyprinted" style=""> 
create table test(a varchar not null deferrable initially deferred);</pre></div><div>This works in Oracle and is quite
handywhen working with ORMs.</div><div> </div><div>Thanks.</div><div> </div><div class="origo-email-signature">--<br />
AndreasJoseph Krogh <andreak@officenet.no>      mob: +47 909 56 963<br /> Senior Software Developer / CTO -
OfficeNetAS - http://www.officenet.no<br /> Public key: http://home.officenet.no/~andreak/public_key.asc</div> 

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [BUGS] BUG #7534: walreceiver takes long time to detect n/w breakdown
Next
From: Amit Kapila
Date:
Subject: Re: Proposal for Allow postgresql.conf values to be changed via SQL