Re: 7.4 - TODO : alter table drop foreign key - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.4 - TODO : alter table drop foreign key
Date
Msg-id 603.1039120586@sss.pgh.pa.us
Whole thread Raw
In response to Re: 7.4 - TODO : alter table drop foreign key  ("Dan Langille" <dan@langille.org>)
Responses Re: 7.4 - TODO : alter table drop foreign key
List pgsql-hackers
"Dan Langille" <dan@langille.org> writes:
>> You can do that now.
>> ALTER TABLE <table> ADD CONSTRAINT <const> FOREIGN KEY ....

> That I know.  That syntax is radically different from that proposed.

So you're proposing we replace a SQL-spec-compliant syntax with one
that is not?  Why?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PQnotifies() in 7.3 broken?
Next
From: "Dan Langille"
Date:
Subject: Re: 7.4 - TODO : alter table drop foreign key