Re: How do I remove a foreign key constraint?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Bryan \(Mailing Lists\)" <bryan_lists(at)netmeme(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How do I remove a foreign key constraint?
Date: 2000-12-09 00:08:50
Message-ID: 9297.976320530@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Bryan \(Mailing Lists\)" <bryan_lists(at)netmeme(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Soma Interesting 2000-12-09 00:29:09 Re: PL/pgSQL compatibility?
Previous Message Tom Lane 2000-12-09 00:07:29 Re: Help interpreting the output of EXPLAIN