8.0.0beta1 small inconsistency in pg_aggregate listing - Mailing list pgsql-bugs

From Fabien COELHO
Subject 8.0.0beta1 small inconsistency in pg_aggregate listing
Date
Msg-id Pine.LNX.4.58.0408201502420.31684@sablons.cri.ensmp.fr
Whole thread Raw
Responses Re: 8.0.0beta1 small inconsistency in pg_aggregate listing  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1225: stat failed on file '$libdir/utf8_and_euc_jp'
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #1225: stat failed on file '$libdir/utf8_and_euc_jp'