Listing Triggers on a table.

From: Paul <paul(at)operamail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Listing Triggers on a table.
Date: 2000-11-27 04:21:50
Message-ID: 3A2DF45B@operamail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2000-11-27 06:17:03 Upcoming speeches
Previous Message GH 2000-11-27 04:04:31 Postgres and AOLServer