Listing Triggers corresponding to foreign keys - Mailing list pgsql-general

From Trewern, Ben
Subject Listing Triggers corresponding to foreign keys
Date
Msg-id 996802F75C3CD411B424001083FA445B0594D8@CET_PONXX_FP001
Whole thread Raw
Responses Re: Listing Triggers corresponding to foreign keys  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
Hi all,

Am I right in saying that when you add a constraint to a table it just
produces three triggers?  If so which triggers?

There seems to be no easy way of listing triggers (or rules).  I assumed
there was something like \d? which would do the job but could find nothing
in the docs.  I can find a list in pg_trigger but am not sure of the
details.

BTW are there any docs for each of the system tables as there seems to be no
other way to certain things than dive into these and work what each does!!

It says in the docs to drop constraints on a table you drop the table and
remake it, but I only want to drop one of the constraints, do I just have to
drop the triggers (When I have found out which ones) or drop and remake the
table and then remake the other constraints.

Any help would be appreciated.

Ben

pgsql-general by date:

Previous
From: Marc SCHAEFER
Date:
Subject: Some advanced database features, are they present in PostgreSQL
Next
From: andrew@ugh.net.au
Date:
Subject: Re: Making changes visible to other connections