How to remove contraint - Mailing list pgsql-sql

From Vernon Wu
Subject How to remove contraint
Date
Msg-id TNA8ZTTR962ZSR84WULFWUDAXS63987.3d065641@kimiko
Whole thread Raw
Responses Re: How to remove contraint  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-sql
I have been trying to remove a foreign key contraint from a table with any success. I had a look at the docuemnt, the 
command should be something like

ALTER TABLE mytable DROP CONTRAINT contraiint

What the "contraint" shall be if the table has "Triggers: RI_ConstraintTrigger_16613"?

Thanks 




pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Timestamp problem
Next
From: Bruce Momjian
Date:
Subject: Re: Efficient DELETE Strategies