Re: Deferrable NOT NULL constraints in 9.3?

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: andreak(at)officenet(dot)no
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Deferrable NOT NULL constraints in 9.3?
Date: 2012-11-08 17:14:53
Message-ID: CA+Tgmobuvn9F3i=h3vdGNvBo22-_-ARTxe4gnMiOjMRsd0ewww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 8, 2012 at 4:45 AM, <andreak(at)officenet(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-11-08 17:22:39 Re: Proof of concept: auto updatable views [Review of Patch]
Previous Message Fujii Masao 2012-11-08 17:12:14 Re: [BUGS] BUG #7534: walreceiver takes long time to detect n/w breakdown