Re: How do I remove a foreign key constraint?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: How do I remove a foreign key constraint?
Дата
Msg-id Pine.BSF.4.21.0012081602470.10987-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на How do I remove a foreign key constraint?  ("Bryan \(Mailing Lists\)" <bryan_lists@netmeme.org>)
Список pgsql-general
I believe you should be able to use DROP TRIGGER to drop the triggers
once you have their trigger name from pg_trigger.

On Fri, 8 Dec 2000, Bryan (Mailing Lists) wrote:

> 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. Can someone please
> point me in the right direction?


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

Предыдущее
От: "Joel Burton"
Дата:
Сообщение: Re: PL/pgSQL compatibility?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How do I remove a foreign key constraint?