#include "catalog/genbki.h"
#include "catalog/pg_event_trigger_d.h"
Go to the source code of this file.
|
| | CATALOG (pg_event_trigger, 3466, EventTriggerRelationId) |
| |
| | DECLARE_TOAST (pg_event_trigger, 4145, 4146) |
| |
| | DECLARE_UNIQUE_INDEX (pg_event_trigger_evtname_index, 3467, EventTriggerNameIndexId, pg_event_trigger, btree(evtname name_ops)) |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_event_trigger_oid_index, 3468, EventTriggerOidIndexId, pg_event_trigger, btree(oid oid_ops)) |
| |
| | MAKE_SYSCACHE (EVENTTRIGGERNAME, pg_event_trigger_evtname_index, 8) |
| |
| | MAKE_SYSCACHE (EVENTTRIGGEROID, pg_event_trigger_oid_index, 8) |
| |
◆ Form_pg_event_trigger
◆ CATALOG()
Definition at line 29 of file pg_event_trigger.h.
30{
36
37 char evtenabled;
38
39
40#ifdef CATALOG_VARLEN
42#endif
#define BKI_LOOKUP(catalog)
FormData_pg_event_trigger
References BKI_LOOKUP, and fb().
◆ DECLARE_TOAST()
◆ DECLARE_UNIQUE_INDEX()
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE() [1/2]
◆ MAKE_SYSCACHE() [2/2]
◆ FormData_pg_event_trigger
| FormData_pg_event_trigger |