getting oid of function

From: Sibtay Abbas <sibtay(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: getting oid of function
Date: 2005-02-14 07:47:44
Message-ID: bd6a35510502132347331f6e49@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello all

Is it possible to get the oid of a function on the basis of its name?.

The scenario which i am currently facing is that i have the function name, now
i want search the pg_proc system catalog on the basis of the function
name and retrieve its Oid.

Another confusion which i am facing is that, I am not sure whether Oid
of a function is entered in pg_proc system catalog or not. Because i
am not able to identify any relevant field.

thank you

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Fuhr 2005-02-14 08:14:07 Re: getting oid of function
Previous Message Greg Stark 2005-02-14 05:11:03 Re: Design notes for BufMgrLock rewrite