Thread: Triggers in the db

Triggers in the db

From
"Rob"
Date:
How do I get a list of all the triggers in the database?
 
Rob
-------
He who dies with the most toys ...
 

                                                      ... still dies

Re: Triggers in the db

From
"Joshua b. Jore"
Date:
Query pg_trigger. You'll want to see the tgname and tgconstrname columns.

Joshua b. Jore
http://www.greentechnologist.org

On Mon, 6 May 2002, Rob wrote:

> How do I get a list of all the triggers in the database?
>
> Rob
> -------
> He who dies with the most toys ...
>
>
>                                                       ... still dies
>