Re: drop constraint unnamed?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: drop constraint unnamed?
Дата
Msg-id 17186.1034616271@sss.pgh.pa.us
обсуждение исходный текст
Ответ на drop constraint unnamed?  ("Andy Kriger" <akriger@greaterthanone.com>)
Список pgsql-general
"Andy Kriger" <akriger@greaterthanone.com> writes:
> How do you drop an unnamed constraint from a table?

Is this a foreign-key constraint?  If so, you have to drop the three
triggers that implement it; see the recipe on the
techdocs.postgresql.org site.

(7.3 will have a more reasonable way to drop FK constraints ...)

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: deferred cascade delete re-check at end of transaction?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: string concatenation