dropdb command not working. - Mailing list pgsql-novice

From Pradeepkumar, Pyatalo (IE10)
Subject dropdb command not working.
Date
Msg-id 77ED2BF75D59D1439F90412CC5B1097417DBF13C@ie10-sahara.hiso.honeywell.com
Whole thread Raw
Responses Re: dropdb command not working.  (Michael Fuhr <mike@fuhr.org>)
List pgsql-novice


Hi all,

I am trying to use the dropdb command, but it is failing. The following error message is displayed -

dropdb: database removal failed: ERROR:  database "eps_db" is being accessed by other users

But there are no other users accessing the database. Is there an option to forcefully delete the database even if other users are accessing it.

Thanks in advance.

Regards,
Pradeep

pgsql-novice by date:

Previous
From: "Keith Worthington"
Date:
Subject: Re: How the get variables out of a plggsql RECORD by column number
Next
From: "K Anderson"
Date:
Subject: Re: generating dynamic queries using pl/pgsql