How to get trigger oid by trigger name

From: rafaqat ali <rafaqat(dot)ali(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: How to get trigger oid by trigger name
Date: 2005-04-18 08:28:34
Message-ID: 97bad81b0504180128242713c1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hello All
Can any one tell me how can I get triggerOid from triggerName
in c code. I first tried to use SearchSysCache Function but it does
not search o the basis of triggername.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-04-18 12:51:41 pgsql: Add description about partial WAL archiving for PITR: > >
Previous Message James William Pye 2005-04-18 06:46:03 python - be: Inherit from Postgres.Object