Re: ALTER TABLE ... ALTER CONSTRAINT

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>, Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER TABLE ... ALTER CONSTRAINT
Date: 2013-06-09 14:49:00
Message-ID: 1370789340.6240.YahooMailNeo@web162904.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)2ndquadrant(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-06-09 15:39:18 Re: Re: [COMMITTERS] pgsql: Don't downcase non-ascii identifier chars in multi-byte encoding
Previous Message Kevin Grittner 2013-06-09 14:44:36 Re: Vacuum, Freeze and Analyze: the big picture