Catalogs: pg_trigger

48.46. pg_trigger

The catalog pg_trigger stores triggers on tables and views. See CREATE TRIGGER for more information.

Table 48-46. pg_trigger Columns

Name Type References Description
oid oid Row identifier (hidden attribute; must be explicitly selected)
tgrelid oid pg_class.oid The table this trigger is on
tgname 登录查看完整内容