Re: Kill a Long Running Query

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Kill a Long Running Query
Дата
Msg-id 20070425144849.GH12260@a-kretschmer.de
обсуждение исходный текст
Ответ на Kill a Long Running Query  (Mageshwaran <j_mageshwaran@sifycorp.com>)
Список pgsql-general
am  Wed, dem 25.04.2007, um 20:03:37 +0530 mailte Mageshwaran folgendes:
> Hi ,
> Any body tell me how to kill a long running query in postgresql, is
> there any statement to kill a query, and also tell me how to log slow
> queries to a log file.

pg_cancel_backend(pid int) to kill. You need to know the pid, you can
obtain the pid from pg_stat_activity.

To log slow querys you can set log_min_duration_statement to a propper
value, in ms. All querys with an execution time more than that logged.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Stored Procedure Speed
Следующее
От: "pobox@verysmall.org"
Дата:
Сообщение: Re: pg_connect sometimes works sometimes not