Re: Modifying a foreign key constraint?

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Modifying a foreign key constraint?
Дата
Msg-id 908079.27561.qm@web31808.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Modifying a foreign key constraint?  (Marc Branchaud <marcnarc@x2omedia.com>)
Список pgsql-general
> I was wondering if there might be something along the lines of an ALTER
> CONSTRAINT clause, which could change a specific aspect of a constraint
> without having to re-specify the whole thing.

As you see from this link:
http://www.postgresql.org/docs/8.2/interactive/sql-commands.html

There is no alter constraint command.

However for the Alter table syntax this link shows pretty much all you can do:
http://www.postgresql.org/docs/8.2/interactive/sql-altertable.html

Regards,
Richard Broersma Jr.

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

Предыдущее
От: Marc Branchaud
Дата:
Сообщение: Re: Modifying a foreign key constraint?
Следующее
От: "Brian Wong"
Дата:
Сообщение: Re: ldap auth problem