Re: Malfunction in dropping database with pgAdmin

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Sergei Abramov <auspex(at)rambler(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Malfunction in dropping database with pgAdmin
Date: 2009-08-14 03:29:29
Message-ID: 603c8f070908132029y32dea564ldcc4546b81fe57fa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Aug 11, 2009 at 2:40 AM, Sergei Abramov<auspex(at)rambler(dot)ru> wrote:
> Platform: Windows XP, 5.1 (Build 2600).Language: Russain.
> Distribution used: Binary.
> pgAdmin version: 1.10.0.
> PostgreSQL version: 8.4.0-1.
>
> Bug description: When I use pgAdmin's menu command 'Delete/drop' to drop
> database, especially just created, PostgreSQL server reports:
> WARNING: could not remove file or directory "base/16435": Directory not
> empty
> WARNING: some useless files may be left behind in old database directory
> "base/16435".
>
> However, specified directory appears empty and I have to delete it manually.
> Database cluster is situated on local NTFS-drive (or local FAT-drive, just
> for the experiment).
> Note, that using dropdb.exe does not cause such a problem.
> I've already reported this to pgAdmin's support team, they replied it is
> PostgreSQL server that operates wrong...

Do you have a link to the email message from the pgadmin folks? I'd
be curious what is causing this.

...Robert

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2009-08-14 03:30:46 Re: BUG #4976: pgadmin - reconnect to drop database
Previous Message Jim Michaels 2009-08-13 23:32:38 BUG #4985: LIMIT documentation is insufficient