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

Reply via email to