Re: Modifying an existing constraint?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Modifying an existing constraint?
Дата
Msg-id 20040604161353.O34049@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Modifying an existing constraint?  (Lynna Landstreet <lynna@gallery44.org>)
Ответы Re: ON DELETE CASCADE (was: Modifying an existing  (Lynna Landstreet <lynna@gallery44.org>)
Список pgsql-novice
On Fri, 4 Jun 2004, Lynna Landstreet wrote:

> Does anyone know if it's possible to modify an existing table constraint -
> for example, to add "ON DELETE CASCADE" to an existing foreign key
> constraint? Or would I have to recreate the table to add that?

You can drop the constraint and add it again with the additional clause
using ALTER TABLE. One warning is that it will recheck the constraint in
this case which may make the ALTER slow if there's alot of data.


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

Предыдущее
От: Lynna Landstreet
Дата:
Сообщение: Modifying an existing constraint?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Modifying an existing constraint?