Small bug in dropdb in PostgreSQL 7.0 beta 1

From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Small bug in dropdb in PostgreSQL 7.0 beta 1
Date: 2000-03-02 17:21:42
Message-ID: 38BEA326.86F20852@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

PostgreSQL 7.0 beta 1 , Linux RedHat 6.1 i386

I have created a database called "contabil".
I opened it with PgAccess , forgot about it and in another terminal I
tried to :

$ dropdb contabil

I got the error :

[postgres(at)bin]$ ./dropdb contabil
ERROR: DROP DATABASE: Database "t~?-¨°ÁÉ" is being accessed by other
users.
ERROR: DROP DATABASE: Database "t~?-¨°ÁÉ" is being accessed by other
users.
dropdb: database removal failed

It's normal to deny the database removal, but the database name isn't
right. Might be a small bug in dropdb!

Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

Browse pgsql-interfaces by date

  From Date Subject
Next Message Joseph Shraibman 2000-03-02 18:45:33 Re: [INTERFACES] Mailer Annoyance
Previous Message Don Oliver 2000-03-02 17:02:59 Re: [INTERFACES] Pgaccess - Error trying to connect