Created
September 16, 2018 16:37
-
-
Save KamilLelonek/7cecc57dd83f271c93eb691358b156b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TRIGGER accounts_changed | |
AFTER INSERT OR UPDATE | |
ON accounts | |
FOR EACH ROW | |
EXECUTE PROCEDURE notify_account_changes() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment