On Tue, 20 Mar 2001, chris markiewicz wrote:

> hello
> 
> i am trying to remove a foreign key that i placed on a database.  what is
> the easiest way to find/delete the constraint?

The constraint will generate three triggers in pg_trigger.  You can find
the correct triggers by looking at the trigger arguments and then you
should be able to drop those triggers (note: one of the triggers is on the
referencing table, the other two are on the referenced table.)


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to