<div>Hi hackers.</div>
<div> </div>
<div>Are there any plans to include DEFERRABLE NOT NULL constraints in 9.3 so one can do this?</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 handy when working with ORMs.</div>
<div> </div>
<div>Thanks.</div>
<div> </div>
<div class="origo-email-signature">--<br>
Andreas Joseph Krogh <andreak(at)officenet(dot)no> mob: +47 909 56 963<br>
Senior Software Developer / CTO - OfficeNet AS - http://www.officenet.no<br>
Public key: http://home.officenet.no/~andreak/public_key.asc</div>
Responses
pgsql-hackers by date
| Next: | From: Amit Kapila | Date: 2012-11-08 14:26:27 |
| Subject: Re: Proposal for Allow postgresql.conf values to be changed via SQL |
| Previous: | From: Denis | Date: 2012-11-08 09:04:34 |
| Subject: Re: [HACKERS] pg_dump and thousands of schemas |