Killing Processes

Поиск
Список
Период
Сортировка
От Thomas F.O'Connell
Тема Killing Processes
Дата
Msg-id 399c5204777051febd1e3432d981b03b@sitening.com
обсуждение исходный текст
Ответы Re: Killing Processes  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-admin
It is generally not recommended that you kill processes with anything
stronger than HUP, which is (I believe) what kill sends by default.
Stronger signals will cause all backends to kill themselves because of
paranoia about data corruption.

If the process does not respond to that, then there is no convenient
way to kill it.

You can correlate processes to queries using the pg_stat_activity view.

-tfo

--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening, LLC

Strategic Open Source: Open Your i™

http://www.sitening.com/
110 30th Avenue North, Suite 6
Nashville, TN 37203-6320
615-260-0005

On Apr 22, 2005, at 6:03 PM, Ken Reid wrote:

> Hi Thomas.
>
> I have been searching high and low and cannot find a way to kill an
> individual
> user process with Postgres.
>
> I have tried using a kill -9 to kill a specific process but that
> brings the
> entire postmaster down.
>
> This seems to be a very common problem with no answers.
>
> Would you happen to know how to do this?
>
> Thanks.
>
> - Ken

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

Предыдущее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: Where can I find the contrib/dbsize. contrib/....
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Killing Processes