Skip to content

Instantly share code, notes, and snippets.

@gilfernandes
Created September 24, 2014 17:50
Show Gist options
  • Save gilfernandes/2d5f3d60cbe307051b25 to your computer and use it in GitHub Desktop.
Save gilfernandes/2d5f3d60cbe307051b25 to your computer and use it in GitHub Desktop.
CREATE TRIGGER transaction_insert_trigger
BEFORE INSERT
ON partitioned.transaction
FOR EACH ROW
EXECUTE PROCEDURE partitioned.transaction_insert_trigger();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment