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

From Robert Haas
Subject Re: Deferrable NOT NULL constraints in 9.3?
Date
Msg-id CA+Tgmobuvn9F3i=h3vdGNvBo22-_-ARTxe4gnMiOjMRsd0ewww@mail.gmail.com
Whole thread Raw
In response to Deferrable NOT NULL constraints in 9.3?  (andreak@officenet.no)
Responses Re: Deferrable NOT NULL constraints in 9.3?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Nov 8, 2012 at 4:45 AM,  <andreak@officenet.no> wrote:
> 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.

Not to my knowledge ... although I can't claim to know everything that
anyone is working on.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: [BUGS] BUG #7534: walreceiver takes long time to detect n/w breakdown
Next
From: Tom Lane
Date:
Subject: Re: Proof of concept: auto updatable views [Review of Patch]