The systriggers system catalog table contains information about the SQL triggers in the database. This information includes the triggering event and the correlated reference specification for the trigger. The systriggers table has the following columns.
A composite index on the trigname and owner columns allows only unique values. An index on the trigid column also requires unique values. An index on the tabid column allows duplicate values.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]