Transaction start in pg_stat_activity

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Transaction start in pg_stat_activity
Дата
Msg-id 1163904295.23622.16.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Transaction start in pg_stat_activity
Список pgsql-patches
Attached is a first revision of a patch that adds a column to
pg_stat_activity containing the time at which the backend's current
transaction began, or NULL if the backend is not inside a transaction.
This is useful for finding long-running transactions, and AFAIK this
information is not otherwise easily available from outside the backend's
session.

Naturally, this is for 8.3.

-Neil


Вложения

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

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: Proposed patch for xact-vs-multixact bugs
Следующее
От: Neil Conway
Дата:
Сообщение: Re: add external pl language section, clean up some links