Re: 7.4 - TODO : alter table drop foreign key

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dan Langille" <dan(at)langille(dot)org>
Cc: Rod Taylor <rbt(at)rbt(dot)ca>, 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 20:36:26
Message-ID: 603.1039120586@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Dan Langille" <dan(at)langille(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dan Langille 2002-12-05 20:40:15 Re: 7.4 - TODO : alter table drop foreign key
Previous Message Tom Lane 2002-12-05 20:27:23 Re: PQnotifies() in 7.3 broken?