Re: How do I view triggers - Mailing list pgsql-sql

From Chad Thompson
Subject Re: How do I view triggers
Date
Msg-id 053101c2d9ea$02848890$32021aac@chad
Whole thread Raw
In response to How do I view triggers  ("Graham Vickrage" <graham@gpmd.co.uk>)
List pgsql-sql
select * from pg_triggers where tgname = 'my_trigger_name';

works great in 7.3.  What version are you using?

Thanks
Chad
----- Original Message ----- 
From: "Graham Vickrage" <graham@gpmd.co.uk>
To: <pgsql-sql@postgresql.org>
Sent: Friday, February 21, 2003 6:24 AM
Subject: [SQL] How do I view triggers


> 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
> 
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
> 



pgsql-sql by date:

Previous
From: "Chad Thompson"
Date:
Subject: Re: 7.3 "group by" issue
Next
From: "Matthew Nuzum"
Date:
Subject: join gone awry