destroying db / closing access

From: "S(dot)A(dot)Pamungkas" <moenk_2000(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: destroying db / closing access
Date: 2000-08-29 03:44:19
Message-ID: 20000829034419.13032.qmail@web4901.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all

I use my own GUI to connect my database ( namely
"lecture").
But caused by memory problem, my machine going down.

Rebooting my machine, then try to connect database
againt ( "lecture"). But I couldn't connect my
database.

When I try to destroy my database from psql, by
"dropdb lecture", there was a message like this :
"ERROR: DROP DATABASE: Database "lecture" is being
accessed by other users
dropdb: database removal failed".

How to close other user's access ?

Thank you.

-pamungkas-

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jerome Raupach 2000-08-29 08:40:51 Init the buffer
Previous Message Robert B. Easter 2000-08-29 00:18:28 Re: Using a cursor vs. not ?