On Fri, Jan 8, 2010 at 9:58 AM, Adrian Klaver <adrian.klaver@xxxxxxxxx> wrote:
Oops should be "is not the same as the one below"
On 01/08/2010 09:53 AM, Fernando Morgenstern wrote:
Actually what is strange is that your previous listing :is not the same as the one above:
postgres=# select '"' || datname || '"' from pg_database;
?column?
-------------
"template1"
"template0"
"t1"
"skynet"
Oops should be "is not the same as the one below"
In particular the presence of postgres,t1 and pgpool.
postgres=# select '"' || datname || '"' from pg_database;
?column?
-------------
"template1"
"template0"
"postgres"
"t1"
"pgpool"
"skynet"
Are you sure which cluster you are pointing at and whether the psql version matches the server version?
--
Adrian Klaver
adrian.klaver@xxxxxxxxx