8.0.0beta1 small inconsistency in pg_aggregate listing

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org>
Subject: 8.0.0beta1 small inconsistency in pg_aggregate listing
Date: 2004-08-20 13:19:12
Message-ID: Pine.LNX.4.58.0408201502420.31684@sablons.cri.ensmp.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)cri(dot)ensmp(dot)fr

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ken Appleby 2004-08-20 14:37:26 using 8.0 beta
Previous Message Andy Tawse 2004-08-20 10:46:28 8beta xp install freeze