| From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
|---|---|
| To: | Fernando Morgenstern <fernando(at)consultorpc(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Table appears on listing but can't drop it |
| Date: | 2010-01-08 18:49:30 |
| Message-ID: | ef65ca7b1001081049r61a595c6p9a44a21348d50f6b@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Fri, Jan 8, 2010 at 9:58 AM, Adrian Klaver <adrian(dot)klaver(at)gmail(dot)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(dot)klaver(at)gmail(dot)com
>
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vick Khera | 2010-01-08 18:55:45 | Re: Index question on postgres |
| Previous Message | Anton Belyaev | 2010-01-08 18:16:21 | Huge iowait during checkpoint finish |