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?
List pgsql-hackers
Hi hackers.
 
Are there any plans to include DEFERRABLE NOT NULL constraints in 9.3 so one can do this?
create table test(a varchar not null deferrable initially deferred);
This works in Oracle and is quite handy when working with ORMs.
 
Thanks.
 
--
Andreas Joseph Krogh <andreak@officenet.no>      mob: +47 909 56 963
Senior Software Developer / CTO - OfficeNet AS - http://www.officenet.no
Public key: http://home.officenet.no/~andreak/public_key.asc

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