Re: How do I view triggers

From: "Chad Thompson" <chad(at)weblinkservices(dot)com>
To: "Graham Vickrage" <graham(at)gpmd(dot)co(dot)uk>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: How do I view triggers
Date: 2003-02-21 20:44:19
Message-ID: 053101c2d9ea$02848890$32021aac@chad
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gpmd(dot)co(dot)uk>
To: <pgsql-sql(at)postgresql(dot)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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Dan Langille 2003-02-21 20:45:45 Re: 7.3 "group by" issue
Previous Message Chad Thompson 2003-02-21 20:30:56 Re: 7.3 "group by" issue