Re: getting 'full' names of functions?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: getting 'full' names of functions?
Дата
Msg-id 5521.1236006477@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: getting 'full' names of functions?  (Ashish Karalkar <ashishka@synechron.com>)
Ответы Re: getting 'full' names of functions?
Список pgsql-admin
Ashish Karalkar <ashishka@synechron.com> writes:
> Jan-Peter Seifert wrote:
>> Obviously you can't just use the specific_name from information_schema.routine_privileges for this.

> May be this will help you:

Easier is just
    select oid::regprocedure from pg_proc where <whatever>

            regards, tom lane

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