Bug in pgAdminIII or in pg 8 beta3 ? - Mailing list pgsql-bugs

From Luiz K. Matsumura
Subject Bug in pgAdminIII or in pg 8 beta3 ?
Date
Msg-id 418A294D.90902@planit.com.br
Whole thread Raw
In response to Re: BUG #1290: Default value and ALTER...TYPE  (Troels Arvin <troels@arvin.dk>)
Responses Re: Bug in pgAdminIII or in pg 8 beta3 ?
List pgsql-bugs
Hi

I think that is can be a bug... When I create a new database in pg8
beta3 (win32) like this

CREATE DATABASE test
  WITH OWNER = admin
       ENCODING = 'UNICODE';

System objects became visible in public schema :
tables like pg_ts_cfg , pg_ts_cfgmap, pg_ts_dict ...
functions , operators etc.

but if I create a database from template0 this objects are not visibles

My installation is with problem or this is a bug ?

Thanks in advance

pgsql-bugs by date:

Previous
From: Josh Berkus
Date:
Subject: Re: could not find /usr/local/timezone
Next
From: Oliver Elphick
Date:
Subject: Re: Bug in pgAdminIII or in pg 8 beta3 ?