Re: Table appears on listing but can't drop it

From: Fernando Morgenstern <fernando(at)consultorpc(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Table appears on listing but can't drop it
Date: 2010-01-11 10:55:27
Message-ID: 9470413B-46C1-4F18-8F2C-63F8B65D7A89@consultorpc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Em 08/01/2010, às 15:58, Adrian Klaver escreveu:

>
> 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:
>
> 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(dot)klaver(at)gmail(dot)com

Hi,

The reason for pgpool is that we were using it, but decided to stop due to some problems. At this moment we have pgpool with one node only. Also, i am connecting directly to postgres in order to verify this problem.

And the difference between this and previous listing is because i am manually removing databases name as they contain client names that i don't want to share here.

Best Regards,
---

Fernando Marcelo
www.consultorpc.com
fernando(at)consultorpc(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Fernando Morgenstern 2010-01-11 10:58:57 Re: Table appears on listing but can't drop it
Previous Message Anton Belyaev 2010-01-11 10:53:33 Re: Huge iowait during checkpoint finish