Re: [HACKERS] How to get triggeroid by triggername in postgres 8.0

2005-04-18 Thread Tom Lane
Rafaqat Ali <[EMAIL PROTECTED]> writes: >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. Posting the same question three times on two different lists doesn't endear

[HACKERS] How to get triggeroid by triggername in postgres 8.0

2005-04-18 Thread Rafaqat Ali
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. ---(end of broadcast)--- TIP 8: explain analyze is your friend