Re: Modifying FK constraints

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Modifying FK constraints
Дата
Msg-id 20041110173108.GA17563@winnie.fuhr.org
обсуждение исходный текст
Ответ на Modifying FK constraints  ("Oleg Lebedev" <oleglebedev@waterford.org>)
Список pgsql-general
On Wed, Nov 10, 2004 at 10:00:02AM -0700, Oleg Lebedev wrote:

> Is it possible to modify a foreign key constraint and force it to
> cascade on update? If there is no such SQL command, then is it possible
> to update some system tables to accomplish this?

You can drop and add constraints with ALTER TABLE.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Mike Nolan
Дата:
Сообщение: Re: Important Info on comp.databases.postgresql.general
Следующее
От: "Oleg Lebedev"
Дата:
Сообщение: Re: Modifying FK constraints