Re: how to cancel a query ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how to cancel a query ?
Дата
Msg-id 14847.1039020441@sss.pgh.pa.us
обсуждение исходный текст
Ответ на how to cancel a query ?  (Andreas Schmitz <a.schmitz@cityweb.de>)
Ответы Re: how to cancel a query ?
Re: how to cancel a query ?
Список pgsql-admin
Andreas Schmitz <a.schmitz@cityweb.de> writes:
> ist there any way to cancel a user query as dba ?

Send a SIGINT to the backend process running that query, eg

    kill -INT <pid>

This has the same effect as a user-requested cancel (eg ^C in psql).

            regards, tom lane

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

Предыдущее
От: Andreas Schmitz
Дата:
Сообщение: how to cancel a query ?
Следующее
От: Joel Burton
Дата:
Сообщение: Re: [HACKERS] how to alter sequence.