How do I remove a foreign key constraint? - Mailing list pgsql-general

From Bryan \(Mailing Lists\)
Subject How do I remove a foreign key constraint?
Date
Msg-id 00d601c06159$2c6983b0$54ed90cc@netmeme.org
Whole thread Raw
In response to Help interpreting the output of EXPLAIN  ("Mayers, Philip J" <p.mayers@ic.ac.uk>)
Responses Re: How do I remove a foreign key constraint?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: How do I remove a foreign key constraint?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
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?

Thank you,

Bryan


pgsql-general by date:

Previous
From: "Mayers, Philip J"
Date:
Subject: Help interpreting the output of EXPLAIN
Next
From: "Tim Barnard"
Date:
Subject: pgsql and C++ compiling question