#include "catalog/genbki.h"
#include "catalog/pg_trigger_d.h"
Go to the source code of this file.
|
| CATALOG (pg_trigger, 2620, TriggerRelationId) |
|
| DECLARE_TOAST (pg_trigger, 2336, 2337) |
|
| DECLARE_INDEX (pg_trigger_tgconstraint_index, 2699, on pg_trigger using btree(tgconstraint oid_ops)) |
|
| DECLARE_UNIQUE_INDEX (pg_trigger_tgrelid_tgname_index, 2701, on pg_trigger using btree(tgrelid oid_ops, tgname name_ops)) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_trigger_oid_index, 2702, on pg_trigger using btree(oid oid_ops)) |
|
| DECLARE_ARRAY_FOREIGN_KEY ((tgrelid, tgattr), pg_attribute,(attrelid, attnum)) |
|
◆ TriggerConstraintIndexId
#define TriggerConstraintIndexId 2699 |
◆ TriggerOidIndexId
#define TriggerOidIndexId 2702 |
◆ TriggerRelidNameIndexId
#define TriggerRelidNameIndexId 2701 |
◆ Form_pg_trigger
◆ CATALOG()
CATALOG |
( |
pg_trigger |
, |
|
|
2620 |
, |
|
|
TriggerRelationId |
|
|
) |
| |
◆ DECLARE_ARRAY_FOREIGN_KEY()
DECLARE_ARRAY_FOREIGN_KEY |
( |
(tgrelid, tgattr) |
, |
|
|
pg_attribute |
, |
|
|
(attrelid, attnum) |
|
|
) |
| |
◆ DECLARE_INDEX()
DECLARE_INDEX |
( |
pg_trigger_tgconstraint_index |
, |
|
|
2699 |
, |
|
|
on pg_trigger using |
btreetgconstraint oid_ops |
|
) |
| |
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_trigger |
, |
|
|
2336 |
, |
|
|
2337 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX()
DECLARE_UNIQUE_INDEX |
( |
pg_trigger_tgrelid_tgname_index |
, |
|
|
2701 |
, |
|
|
on pg_trigger using |
btreetgrelid oid_ops, tgname name_ops |
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_trigger_oid_index |
, |
|
|
2702 |
, |
|
|
on pg_trigger using |
btreeoid oid_ops |
|
) |
| |
◆ FormData_pg_trigger