Re: how do i kill user sessions?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: how do i kill user sessions?
Дата
Msg-id 1115843183.3868.237.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на how do i kill user sessions?  ("Ing. Jhon Carrillo" <jdigital@cantv.net>)
Список pgsql-admin
On Wed, 2005-05-11 at 15:08, Ing. Jhon Carrillo 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).

First, use ps to find the pid of the offending users.  for instance:

ps ax|grep postgres|grep test
18925 pts/1    S      0:00 postgres: postgres test [local] idle

then, as the postgres superuser, kill the backend:

kill 18925

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

Предыдущее
От: "Ing. Jhon Carrillo"
Дата:
Сообщение: Change auto-commit?
Следующее
От: "Ing. Jhon Carrillo"
Дата:
Сообщение: pgadmin