Is there a way for me to SELECT from pg_trigger the names of all the
functions that I've added to my database, plus the names of the tables
they are triggered on? Ultimately, I want to create a list I can use to
drop all triggers.
Thanks in advance,
Josh