Paul Sun, 26 Nov 2000 20:11:26 -0800
How do I go about finding out the names of triggers attached to a table? Currently I'm doing : pg_dump <dbname> | grep TRIGGER | grep <tablename> from the shell command line. Is there a quicker way of doing it in psql? Paul