Re: Kill -9 for a session process caused all the sessions to be killed

Поиск
Список
Период
Сортировка
От Francisco Reyes
Тема Re: Kill -9 for a session process caused all the sessions to be killed
Дата
Msg-id cone.1285177701.830548.31241.1000@shelca
обсуждение исходный текст
Ответ на Kill -9 for a session process caused all the sessions to be killed  (<Atul.Goel@globaldatapoint.com>)
Список pgsql-general
Atul.Goel@globaldatapoint.com writes:

> to be killed? What is the best way to kill a session in Postgres?


Just plain kill would have worked better. I believe the issue is with the
'-9'.

Also see

http://www.postgresonline.com/journal/index.php?/archives/134-Terminating-An
noying-Back-Ends.html

and

http://www.postgresql.org/docs/8.4/interactive/functions-admin.html
pg_terminate_backend(pid int)
pg_cancel_backend(pid int)

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

Предыдущее
От: Maciek Sakrejda
Дата:
Сообщение: Nested literal parsing rules?
Следующее
От: Vick Khera
Дата:
Сообщение: Re: How about synchronous notifications?