pg_event_trigger.h File Reference
Include dependency graph for pg_event_trigger.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
CATALOG (pg_event_trigger, 3466, EventTriggerRelationId)
DECLARE_UNIQUE_INDEX (pg_event_trigger_evtname_index, 3467, EventTriggerNameIndexId, pg_event_trigger, btree(evtname name_ops))
MAKE_SYSCACHE (EVENTTRIGGERNAME, pg_event_trigger_evtname_index, 8)
Typedef Documentation
◆ Form_pg_event_trigger
Function Documentation
◆ CATALOG()
CATALOG
(
pg_event_trigger
,
3466
,
EventTriggerRelationId
)
Definition at line 29 of file pg_event_trigger.h.
30{
32 NameData evtname;
/* trigger's name */
33 NameData evtevent;
/* trigger's event */
36 * called */
37 char evtenabled; /* trigger's firing configuration WRT
38 * session_replication_role */
39
40#ifdef CATALOG_VARLEN
41 text evttags[1];
/* command TAGs this event trigger targets */
42#endif
#define BKI_LOOKUP(catalog)
FormData_pg_event_trigger
References BKI_LOOKUP.
◆ DECLARE_TOAST()
DECLARE_TOAST
(
pg_event_trigger
,
4145
,
4146
)
◆ DECLARE_UNIQUE_INDEX()
DECLARE_UNIQUE_INDEX
(
pg_event_trigger_evtname_index
,
3467
,
EventTriggerNameIndexId
,
pg_event_trigger
,
btree(evtname name_ops)
)
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY
(
pg_event_trigger_oid_index
,
3468
,
EventTriggerOidIndexId
,
pg_event_trigger
,
btree(oid oid_ops)
)
◆ MAKE_SYSCACHE() [1/2]
MAKE_SYSCACHE
(
EVENTTRIGGERNAME
,
pg_event_trigger_evtname_index
,
8
)
◆ MAKE_SYSCACHE() [2/2]
MAKE_SYSCACHE
(
EVENTTRIGGEROID
,
pg_event_trigger_oid_index
,
8
)
Variable Documentation
◆ FormData_pg_event_trigger
FormData_pg_event_trigger