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

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 17:49:31
Message-ID: 4B47702B.50206@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 01/08/2010 08:55 AM, Fernando Morgenstern wrote:

> Hello,
>
> Thanks for your quick answers. The extra space is indeed a copy-and-paste issue. Here it is the select that you suggested:
>
> postgres=# select '"' || datname || '"' from pg_database;
> ?column?
> -------------
> "template1"
> "template0"
> "t1"
> "skynet"
>
>
> Best Regards,
> ---
>
> Fernando Marcelo
> www.consultorpc.com
> fernando(at)consultorpc(dot)com

Can you connect to it?

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Keaton Adams 2010-01-08 17:50:12 Re: WAL Log Shipping - Warm Standby not working under 8.3.7
Previous Message Tom Lane 2010-01-08 17:43:54 Re: Rows missing from table despite FK constraint