Re: finding the procpid (or pid) for a prepared transaction

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: finding the procpid (or pid) for a prepared transaction
Дата
Msg-id 18661.1297995564@sss.pgh.pa.us
обсуждение исходный текст
Ответ на finding the procpid (or pid) for a prepared transaction  (CS DBA <cs_dba@consistentstate.com>)
Ответы Re: finding the procpid (or pid) for a prepared transaction  (CS DBA <cs_dba@consistentstate.com>)
Список pgsql-admin
CS DBA <cs_dba@consistentstate.com> writes:
> I have several prepared tx which are running for a long long time. I
> want to kill 'em but I dont know the process id.

If they're prepared, they're *not* running, and they don't have a
process id.  They're just going to sit there until you do COMMIT
PREPARED or ROLLBACK PREPARED.

            regards, tom lane

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

Предыдущее
От: CS DBA
Дата:
Сообщение: finding the procpid (or pid) for a prepared transaction
Следующее
От: CS DBA
Дата:
Сообщение: Re: finding the procpid (or pid) for a prepared transaction