PostgreSQL Manual
This manual is provided as a courtesy. It is not an official source. Please check postgresql.org for updated information.
The catalog pg_trigger stores triggers on tables. See CREATE TRIGGER for more information.
Table 42-32. pg_trigger Columns
Note: pg_class.reltriggers needs to agree with the number of triggers found in this table for the given relation.