-
- Downloads
Syntax support and documentation for event triggers.
They don't actually do anything yet; that will get fixed in a follow-on commit. But this gets the basic infrastructure in place, including CREATE/ALTER/DROP EVENT TRIGGER; support for COMMENT, SECURITY LABEL, and ALTER EXTENSION .. ADD/DROP EVENT TRIGGER; pg_dump and psql support; and documentation for the anticipated initial feature set. Dimitri Fontaine, with review and a bunch of additional hacking by me. Thom Brown extensively reviewed earlier versions of this patch set, but there's not a whole lot of that code left in this commit, as it turns out.
Showing
- doc/src/sgml/catalogs.sgml 87 additions, 0 deletionsdoc/src/sgml/catalogs.sgml
- doc/src/sgml/event-trigger.sgml 415 additions, 0 deletionsdoc/src/sgml/event-trigger.sgml
- doc/src/sgml/filelist.sgml 1 addition, 0 deletionsdoc/src/sgml/filelist.sgml
- doc/src/sgml/postgres.sgml 1 addition, 0 deletionsdoc/src/sgml/postgres.sgml
- doc/src/sgml/ref/allfiles.sgml 3 additions, 0 deletionsdoc/src/sgml/ref/allfiles.sgml
- doc/src/sgml/ref/alter_event_trigger.sgml 105 additions, 0 deletionsdoc/src/sgml/ref/alter_event_trigger.sgml
- doc/src/sgml/ref/alter_extension.sgml 1 addition, 0 deletionsdoc/src/sgml/ref/alter_extension.sgml
- doc/src/sgml/ref/comment.sgml 1 addition, 0 deletionsdoc/src/sgml/ref/comment.sgml
- doc/src/sgml/ref/create_event_trigger.sgml 162 additions, 0 deletionsdoc/src/sgml/ref/create_event_trigger.sgml
- doc/src/sgml/ref/drop_event_trigger.sgml 113 additions, 0 deletionsdoc/src/sgml/ref/drop_event_trigger.sgml
- doc/src/sgml/ref/psql-ref.sgml 14 additions, 0 deletionsdoc/src/sgml/ref/psql-ref.sgml
- doc/src/sgml/ref/security_label.sgml 1 addition, 0 deletionsdoc/src/sgml/ref/security_label.sgml
- doc/src/sgml/reference.sgml 3 additions, 0 deletionsdoc/src/sgml/reference.sgml
- src/backend/catalog/Makefile 1 addition, 1 deletionsrc/backend/catalog/Makefile
- src/backend/catalog/aclchk.c 40 additions, 0 deletionssrc/backend/catalog/aclchk.c
- src/backend/catalog/dependency.c 26 additions, 1 deletionsrc/backend/catalog/dependency.c
- src/backend/catalog/objectaddress.c 22 additions, 0 deletionssrc/backend/catalog/objectaddress.c
- src/backend/catalog/pg_shdepend.c 6 additions, 0 deletionssrc/backend/catalog/pg_shdepend.c
- src/backend/catalog/system_views.sql 13 additions, 0 deletionssrc/backend/catalog/system_views.sql
- src/backend/commands/Makefile 2 additions, 2 deletionssrc/backend/commands/Makefile
Loading
Please register or sign in to comment