Re: How do I remove a foreign key constraint?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How do I remove a foreign key constraint?
Дата
Msg-id 9297.976320530@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How do I remove a foreign key constraint?  ("Bryan \(Mailing Lists\)" <bryan_lists@netmeme.org>)
Список pgsql-general
"Bryan \(Mailing Lists\)" <bryan_lists@netmeme.org> writes:
> I need to remove a FOREIGN KEY constraint; I take it that a foreign key
> constraint is implemented by way of three CONSTRAINT TRIGGERS; however, I
> can find no way to remove or drop a CONSTRAINT TRIGGER.

Doesn't a regular DROP TRIGGER work?  (I dunno, I haven't tried it.)

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: How do I remove a foreign key constraint?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Help interpreting the output of EXPLAIN