Re: Add ON UPDATE CASCADE to an existing table

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: Add ON UPDATE CASCADE to an existing table
Дата
Msg-id D6EAEEE4-2412-11D9-8BC9-000A95D7BA10@mail.nih.gov
обсуждение исходный текст
Ответ на Add ON UPDATE CASCADE to an existing table  ("Matt Arnilo S. Baluyos" <mbaluyos@sni.ph>)
Список pgsql-novice
On Oct 22, 2004, at 2:50 AM, Matt Arnilo S. Baluyos wrote:
>
> how do i add an ON UPDATE/DELETE CASCADE constraint to an existing
> table?

Do you mean a foreign key constraint?  I think this may help.

http://www.postgresql.org/docs/current/static/sql-altertable.html

Sean


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

Предыдущее
От: "Matt Arnilo S. Baluyos"
Дата:
Сообщение: Add ON UPDATE CASCADE to an existing table
Следующее
От: Sean Davis
Дата:
Сообщение: Where clause efficiency using "IN"