Re: 7.4 - TODO : alter table drop foreign key

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: 7.4 - TODO : alter table drop foreign key
Дата
Msg-id 01f101c29c97$cba66670$6500a8c0@internal
обсуждение исходный текст
Ответ на Re: 7.4 - TODO : alter table drop foreign key  ("Dan Langille" <dan@langille.org>)
Ответы Re: 7.4 - TODO : alter table drop foreign key  ("Dan Langille" <dan@langille.org>)
Re: 7.4 - TODO : alter table drop foreign key  (Rod Taylor <rbt@rbt.ca>)
Список 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 ....
>
> That I know.  That syntax is radically different from that proposed.

Isn't it identical?  The CONSTRAINT <const> is SQL standard optional clause
for all commands that add constraints.

Chris



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Dan Langille"
Дата:
Сообщение: Re: 7.4 - TODO : alter table drop foreign key
Следующее
От: "Dan Langille"
Дата:
Сообщение: Re: 7.4 - TODO : alter table drop foreign key