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