Re: [GENERAL] finding and removing a constraint...

2001-03-20 Thread Stephan Szabo
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 tr

[GENERAL] finding and removing a constraint...

2001-03-20 Thread chris markiewicz
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? thanks chris ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-loung