How to get trigger oid by trigger name

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

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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ali Baba 2005-04-18 08:30:12 Adding column in pg_proc
Previous Message Oleg Bartunov 2005-04-18 07:39:02 Re: Problem with PITR recovery