Re: how do i kill user sessions?

From: Gourish Singbal <gourish(at)gmail(dot)com>
To: "Ing(dot) Jhon Carrillo" <jdigital(at)cantv(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: how do i kill user sessions?
Date: 2005-05-13 13:26:51
Message-ID: 674d1f8a05051306264754fbd0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

you can try.

1) ps -ef | grep "postgres"
see which users are connectioned and than.
2) pkill -f 'postgres: postgres <databasename>';

its more safer i suppose than kill -9

regards
Gourish

On 5/12/05, Ing. Jhon Carrillo <jdigital(at)cantv(dot)net> wrote:
> I have a problem with the users administration. When I want to erase (drop)
> some databases there's an error: ** database "name_db" is being accessed by
> other users.** I want to kill the user sessions conected but i don't know
> how to do it (Kill the user sessions).
>
> thanks.

--
Best,
Gourish Singbal

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Christopher Browne 2005-05-13 13:30:59 Re: Incremental backup
Previous Message Gourish Singbal 2005-05-13 13:21:55 Re: Help with connections