mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Add ddl_command_end support for event triggers.
Dimitri Fontaine, with slight changes by me
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
|
||||
typedef enum
|
||||
{
|
||||
EVT_DDLCommandStart
|
||||
EVT_DDLCommandStart,
|
||||
EVT_DDLCommandEnd
|
||||
} EventTriggerEvent;
|
||||
|
||||
typedef struct
|
||||
|
Reference in New Issue
Block a user