How do I view triggers - Mailing list pgsql-sql

From Graham Vickrage
Subject How do I view triggers
Date
Msg-id 008f01c2d9ac$90be5430$6d00000a@GVICKRAGE
Whole thread Raw
List pgsql-sql
Hi All, 

I am slightly confused as to how I view what triggers I have on a
certain table.

select * from pg_trigger

doesn't show me the trigger I have just created, but its definitely
there because when I try and create it, it gives an error that it
already exists.

TIA

Graham





pgsql-sql by date:

Previous
From: "Daniel Schuchardt"
Date:
Subject: Re: Fw:
Next
From: "Dan Langille"
Date:
Subject: Re: 7.3 "group by" issue