Re: can't delete a database which does not exist

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Paul Garner <blueskiwi(at)gmail(dot)com>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: can't delete a database which does not exist
Date: 2012-01-28 00:19:59
Message-ID: 1327709999.3355.17.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, 2012-01-27 at 23:36 +0000, Paul Garner wrote:
> sorry, I wasn't clear.
>
>
> it's just a dev server on my mac, connecting to itself via localhost
>
>
> postgresql 9.1
>
>
> the db in question ('anentropic_pgb') really doesn't exist, so I guess
> maybe the list of dbs that get displayed by the UI under that server
> get written to a file somewhere and it's not getting refreshed
> properly in some situation?
>

Nope. We don't put in cache any information (apart from system and user
types IIRC). For sure, we don't put in file a list of objects, whatever
they are. Try to quit pgadmin and launch it again. If it still appears,
then the database is in your system.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com
PostgreSQL Sessions #3: http://www.postgresql-sessions.org

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message ulrike.sauer@t-online.de 2012-01-30 10:40:03 pgAdmin III / Debugger does not work
Previous Message Guillaume Lelarge 2012-01-27 23:23:00 Re: can't delete a database which does not exist