Created
July 11, 2018 09:05
-
-
Save justinfay/6ff6cbb524cd72e3791f6c6ae51766ca 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
select prosrc from pg_trigger,pg_proc where | |
pg_proc.oid=pg_trigger.tgfoid | |
and pg_trigger.tgname = '<name>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment