8.0.0beta1 small inconsistency in pg_aggregate listing

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема 8.0.0beta1 small inconsistency in pg_aggregate listing
Дата
Msg-id Pine.LNX.4.58.0408201502420.31684@sablons.cri.ensmp.fr
обсуждение исходный текст
Ответы Re: 8.0.0beta1 small inconsistency in pg_aggregate listing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I've noticed a minor inconsistency when listing pg_aggregate in
current 8.0.0beta1 version.

psql> SELECT aggfnoid FROM pg_aggregate;

4 functions are not schema qualified:
 count
 bool_and
 bool_or
 every

although all others are shown with a schema name:
 pg_catalog.avg
 pg_catalog.sum
 pg_catalog.max
 pg_catalog.min
 ...

However psql \da show all of them in pg_catalog, as expected.

I cannot see the difference in the initialization script to explain that.
Maybe something wrong with the regproc type?

--
Fabien Coelho - coelho@cri.ensmp.fr

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1225: stat failed on file '$libdir/utf8_and_euc_jp'
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1225: stat failed on file '$libdir/utf8_and_euc_jp'