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

From Fernando Morgenstern
Subject Re: Table appears on listing but can't drop it
Date
Msg-id D7BE92AE-B0AA-4D47-8246-EFC1BD03E8A7@consultorpc.com
Whole thread Raw
In response to Re: Table appears on listing but can't drop it  (hubert depesz lubaczewski <depesz@depesz.com>)
Responses Re: Table appears on listing but can't drop it  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-general
Em 09/01/2010, às 19:40, hubert depesz lubaczewski escreveu:

> On Fri, Jan 08, 2010 at 02:39:03PM -0200, Fernando Morgenstern wrote:
>> postgres=# drop database skynet;
>> ERROR:  database "skynet" does not exist
>
> do:
>
> psql -l | hexump -C
> and examine output.
>
> Best regards,
>
> depesz
>
> --
> Linkedin: http://www.linkedin.com/in/depesz  /  blog: http://www.depesz.com/
> jid/gtalk: depesz@depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007


Hi,

I have done:

# psql -U postgres -p 4000 -l | hexdump -C

And got the two databases: http://pastebin.ca/1746711

I couldn't find any difference here.

Best Regards,
---

Fernando Marcelo
www.consultorpc.com
fernando@consultorpc.com

pgsql-general by date:

Previous
From: Fernando Morgenstern
Date:
Subject: Re: Table appears on listing but can't drop it
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: Table appears on listing but can't drop it