Re: Aborting transactions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Aborting transactions
Дата
Msg-id 29951.1151338243@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Aborting transactions  (Thomas Mack <mack@ifis.cs.tu-bs.de>)
Ответы Re: Aborting transactions
Список pgsql-admin
Thomas Mack <mack@ifis.cs.tu-bs.de> writes:
> Is there any chance to monitor the current transactions and abort them,
> in case of need?

Sure, just SIGINT whichever backend you want to cancel its query.
Use "ps" or pg_stat_activity to figure out the right PID to kill.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Problem Setting DateStyle
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Problem Setting DateStyle