Re: ALTER TABLE ... ALTER CONSTRAINT - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: ALTER TABLE ... ALTER CONSTRAINT
Date
Msg-id 1370789340.6240.YahooMailNeo@web162904.mail.bf1.yahoo.com
Whole thread Raw
In response to Re: ALTER TABLE ... ALTER CONSTRAINT  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> wrote:
> On 2013-06-08 21:45:24 +0100, Simon Riggs wrote:

>> ALTER TABLE foo
>>     ALTER CONSTRAINT fktable_fk_fkey DEFERRED INITIALLY IMMEDIATE;

> I haven't looked at the patch in detail, but I am very, very much in
> favor of the feature in general… I have wished for this more than once

+1

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Vacuum, Freeze and Analyze: the big picture
Next
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Don't downcase non-ascii identifier chars in multi-byte encoding