Skip to content

Instantly share code, notes, and snippets.

@geobabbler
Last active March 7, 2017 20:37
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 geobabbler/83628a2364d3ac90958e70890642cfd6 to your computer and use it in GitHub Desktop.
Save geobabbler/83628a2364d3ac90958e70890642cfd6 to your computer and use it in GitHub Desktop.
CREATE TRIGGER sample_table_trigger
AFTER INSERT
ON public.simple_table
FOR EACH ROW
EXECUTE PROCEDURE public.sample_notify();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment