Re: System catalog for triggers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "A(dot)Bhuvaneswaran" <bhuvan(at)symonds(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: System catalog for triggers
Date: 2003-09-11 14:02:38
Message-ID: 26431.1063288958@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"A.Bhuvaneswaran" <bhuvan(at)symonds(dot)net> writes:
> Where does postgresql store tg_op and tg_when details for a trigger? If i
> am right, it is not in pg_trigger catalog.

No, you're not right. It's encoded in tgtype somehow; you'll have to
look at the trigger code for details (see src/include/catalog/pg_trigger.h
in particular).

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Wim Bertels 2003-09-11 14:09:22 Pam Ldap (debian) solved
Previous Message Wim Bertels 2003-09-11 13:09:02 Pam Ldap (debian) problem