getting oid of function - Mailing list pgsql-hackers

From Sibtay Abbas
Subject getting oid of function
Date
Msg-id bd6a35510502132347331f6e49@mail.gmail.com
Whole thread Raw
Responses Re: getting oid of function  (Michael Fuhr <mike@fuhr.org>)
List 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


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Design notes for BufMgrLock rewrite
Next
From: Michael Fuhr
Date:
Subject: Re: getting oid of function