Created
May 11, 2017 22:59
-
-
Save vincentdesmares/c159eae09d134a193f42de230d283b5f to your computer and use it in GitHub Desktop.
This file contains 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 tablename_insert_trigger | |
BEFORE INSERT ON tablename_wtih_partition | |
FOR EACH ROW EXECUTE PROCEDURE create_partition_and_insert(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment