Re: Cleanly cancel a query.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cleanly cancel a query.
Дата
Msg-id 12184.992037487@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Cleanly cancel a query.  (Dennis <dennis@zserve.com>)
Список pgsql-general
Dennis <dennis@zserve.com> writes:
> Is there a way to cleanly shut down that query from the client or admin
> side?

From the client: send a query-cancel request (for example, typing ^C
in psql usually does this).

From the admin: send a SIGINT to the backend running the query, which
has the same effect as a query-cancel request.

            regards, tom lane

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

Предыдущее
От: "Tad Naworal"
Дата:
Сообщение: total newbie question
Следующее
От: "Nikola Milutinovic"
Дата:
Сообщение: PostgreSQL problem with functions