Re: Doc patch: Document names of automatically created constraints and indexes - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Doc patch: Document names of automatically created constraints and indexes
Date
Msg-id CA+TgmoZYqR5+ATsbXbfd1bXd711ATVTbKr+nvxjiLPuBTE0+WQ@mail.gmail.com
Whole thread Raw
In response to Re: Doc patch: Document names of automatically created constraints and indexes  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Doc patch: Document names of automatically created constraints and indexes  ("Karl O. Pinc" <kop@meme.com>)
Re: Doc patch: Document names of automatically created constraints and indexes  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Sat, Nov 17, 2012 at 1:22 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
> On Mon, 2012-11-12 at 11:42 -0600, Karl O. Pinc wrote:
>> Could ALTER TABLE use an option to drop the
>> primary key constraint?  I needed to do that,
>> found it was not obvious, and this lead me to
>> try to improve things.
>
> That could be useful, I think.  But it might open a can of worms.

Would the new option be syntactic sugar around ALTER TABLE ... DROP
CONSTRAINT "put_the_name_of_the_primary_key_here"?

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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] binary heap implementation
Next
From: Andrew Dunstan
Date:
Subject: WIP json generation enhancements