getting oid of function

Поиск
Список
Период
Сортировка
От Sibtay Abbas
Тема getting oid of function
Дата
Msg-id bd6a35510502132347331f6e49@mail.gmail.com
обсуждение исходный текст
Ответы Re: getting oid of function  (Michael Fuhr <mike@fuhr.org>)
Список 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 по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Design notes for BufMgrLock rewrite
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: getting oid of function