Bug in pgAdminIII or in pg 8 beta3 ?

From: "Luiz K(dot) Matsumura" <luiz(at)planit(dot)com(dot)br>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug in pgAdminIII or in pg 8 beta3 ?
Date: 2004-11-04 13:06:21
Message-ID: 418A294D.90902@planit.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Oliver Elphick 2004-11-04 13:49:47 Re: Bug in pgAdminIII or in pg 8 beta3 ?
Previous Message Josh Berkus 2004-11-04 05:46:54 Re: could not find /usr/local/timezone

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2004-11-04 13:49:47 Re: Bug in pgAdminIII or in pg 8 beta3 ?
Previous Message Simon Riggs 2004-11-04 11:51:44 Re: Minor TODO list changes