Re: oid or schema name of current plpgsql function

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: oid or schema name of current plpgsql function
Дата
Msg-id 20050429025150.GA68248@winnie.fuhr.org
обсуждение исходный текст
Ответ на oid or schema name of current plpgsql function  (mandjeli@mjesec.ffzg.hr (Matko Andjelinic))
Ответы Re: oid or schema name of current plpgsql function
Список pgsql-general
On Thu, Apr 28, 2005 at 10:37:47PM +0200, Matko Andjelinic wrote:
>
> Is there a way to know the OID of the current plpgsql function from
> inside the function?

I'm not aware of a way to get the current function's OID in PL/pgSQL,
but you can do it in C.

> What I really need is to extract the name of the schema where the
> function is stored.

Why do you need to know the function's schema?  What are you trying
to do?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-general по дате отправления:

Предыдущее
От: "Ignatius Gabriell Rama S."
Дата:
Сообщение:
Следующее
От: John DeSoi
Дата:
Сообщение: Re: Postgresql and VBA vs Python