Created
June 18, 2020 18:46
-
-
Save QiMata/7f7ea3929029bd815821bdcddf444182 to your computer and use it in GitHub Desktop.
A function for creating the trigger
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 address_versioning_trigger | |
BEFORE UPDATE OR DELETE ON location.address | |
FOR EACH ROW EXECUTE PROCEDURE address_trigger_function(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment