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

From Rod Taylor
Subject Re: 7.4 - TODO : alter table drop foreign key
Date
Msg-id 1039115086.71320.0.camel@jester
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
> Thanks.  I guess I should rename my thread to 7.4 - TODO : allow
> constraint names when using the "ALTER TABLE <table> ADD FOREIGN KEY"
> syntax.

You can do that now.

ALTER TABLE <table> ADD CONSTRAINT <const> FOREIGN KEY ....

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: big text field -> message type 0x44
Next
From: Paul Ramsey
Date:
Subject: Re: 7.3 pg_relcheck oddness