Re: how do i kill user sessions?

Поиск
Список
Период
Сортировка
От Gourish Singbal
Тема Re: how do i kill user sessions?
Дата
Msg-id 674d1f8a05051306264754fbd0@mail.gmail.com
обсуждение исходный текст
Ответ на how do i kill user sessions?  ("Ing. Jhon Carrillo" <jdigital@cantv.net>)
Список 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@cantv.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

В списке pgsql-admin по дате отправления:

Предыдущее
От: Gourish Singbal
Дата:
Сообщение: Re: Help with connections
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: Incremental backup