Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Structures | Enumerations | Functions

evtcache.h File Reference

#include "nodes/pg_list.h"
Include dependency graph for evtcache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  EventTriggerCacheItem

Enumerations

enum  EventTriggerEvent { EVT_DDLCommandStart, EVT_DDLCommandEnd, EVT_SQLDrop }

Functions

ListEventCacheLookup (EventTriggerEvent event)

Enumeration Type Documentation

Enumerator:
EVT_DDLCommandStart 
EVT_DDLCommandEnd 
EVT_SQLDrop 

Definition at line 19 of file evtcache.h.

{
    EVT_DDLCommandStart,
    EVT_DDLCommandEnd,
    EVT_SQLDrop
} EventTriggerEvent;


Function Documentation

List* EventCacheLookup ( EventTriggerEvent  event  )