Re: [GENERAL] how to cancel a request in progress ?

Поиск
Список
Период
Сортировка
От jerome doucerain
Тема Re: [GENERAL] how to cancel a request in progress ?
Дата
Msg-id 374B9EDF.B2AA520D@chu-nimes.fr
обсуждение исходный текст
Ответ на how to cancel a request in progress ?  (Jonathan Davis <haj@idianet.net>)
Список pgsql-general

Jonathan Davis a écrit :

> hello all
>
> is this possible to cancel a request in progress ?

It may be interesting to have a look at the programmer's guide Postgres
Signals :
if you want to cancel a request you may kill -SIGINT the backend process
running the request.
In this case, the postmaster and the others backend processes keep on
running.
Jerome


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

Предыдущее
От: Doo Suk Yang
Дата:
Сообщение: postgres fulled my disk
Следующее
От: Michal Samek
Дата:
Сообщение: So slow inserts... Why?