Re: Table appears on listing but can't drop it - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Table appears on listing but can't drop it
Date
Msg-id ef65ca7b1001081049r61a595c6p9a44a21348d50f6b@mail.gmail.com
Whole thread Raw
In response to Re: Table appears on listing but can't drop it  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general


On Fri, Jan 8, 2010 at 9:58 AM, Adrian Klaver <adrian.klaver@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.klaver@gmail.com



--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Anton Belyaev
Date:
Subject: Huge iowait during checkpoint finish
Next
From: Vick Khera
Date:
Subject: Re: Index question on postgres