Contents
CREATE EVENT TRIGGER
An SQL command to define an event trigger
CREATE EVENT TRIGGER
is a DDL command to define an event trigger
CREATE EVENT TRIGGER
was added in PostgreSQL 9.3.
Change history
work-in-progress
- PostgreSQL 11
EXECUTE FUNCTION
syntax added (commit 3b983c33)
- PostgreSQL 9.3
- added (initial commit 3855968f)
References
- PostgreSQL documentation: CREATE EVENT TRIGGER