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?  (Jan-Peter.Seifert@gmx.de)
Список 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 по дате отправления:

Предыдущее
От: Ashish Karalkar
Дата:
Сообщение: Re: getting 'full' names of functions?
Следующее
От: "Bryan Keith"
Дата:
Сообщение: Re: postgres 8.2 doesn't start after ubuntu upgrade