Re: 8.0.0beta1 small inconsistency in pg_aggregate listing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.0.0beta1 small inconsistency in pg_aggregate listing
Дата
Msg-id 21634.1093016668@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 8.0.0beta1 small inconsistency in pg_aggregate listing  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: 8.0.0beta1 small inconsistency in pg_aggregate listing  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-bugs
Fabien COELHO <coelho@cri.ensmp.fr> writes:
> Maybe something wrong with the regproc type?

regprocout doesn't schema-qualify if the function name is unique without
it.

Of course, the function name isn't necessarily unique *with* it, either,
but regproc can't do anything about that.  Cast to regprocedure if you
want to see a more helpful display of the function.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1225: stat failed on file '$libdir/utf8_and_euc_jp'
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: 8.0.0beta1 small inconsistency in pg_aggregate listing