On Tue, 20 Nov 2001, Jeff Boes wrote:
> Does anyone have a pointer to info on what kinds of things cause entries
> in pg_trigger? We're trying to understand why some tables have a
> half-dozen corresponding entries, and some have 30.
With that many I'd guess foreign keys. Each fk constraint adds 1 trigger
to the referencing table and 2 to the referenced table if I remember
right.