Re: 7.4 - TODO : alter table drop foreign key

From: "Dan Langille" <dan(at)langille(dot)org>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.4 - TODO : alter table drop foreign key
Date: 2002-12-05 19:21:34
Message-ID: 3DEF60EE.86.7122B9B@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5 Dec 2002 at 14:04, Rod Taylor wrote:

> > 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 ....

That I know. That syntax is radically different from that proposed.
--
Dan Langille : http://www.langille.org/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-12-05 19:25:30 Re: PQnotifies() in 7.3 broken?
Previous Message Bruce Momjian 2002-12-05 19:18:15 Re: how to alter sequence.