Skip to content

Instantly share code, notes, and snippets.

@achampav
Created November 16, 2018 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achampav/eb48f2e705f5be3a080ee09fb51ee303 to your computer and use it in GitHub Desktop.
Save achampav/eb48f2e705f5be3a080ee09fb51ee303 to your computer and use it in GitHub Desktop.
event_trigger.sql
create event trigger et_exemple
on ddl_command_end
execute function fet_exemple();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment