Re: getting 'full' names of functions?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: getting 'full' names of functions?
Дата
Msg-id 6382.1236199119@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: getting 'full' names of functions?  (Jan-Peter.Seifert@gmx.de)
Ответы Re: getting 'full' names of functions?  (Jan-Peter.Seifert@gmx.de)
Список pgsql-admin
Jan-Peter.Seifert@gmx.de writes:
> I combined your suggestions into this query I'll be using for now:

> SELECT DISTINCT n.nspname || '.' || p.oid::regprocedure::text FROM

This is flat *wrong*, as you'll soon find if you are working with
functions in more than one schema.  regprocedure already puts a
schema qualification on the name if one is needed.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgressql backup/restore question
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Postgressql backup/restore question