From: | "Simon Riggs" <simon(at)2ndquadrant(dot)com> |
---|---|
To: | "Neil Conway" <neilc(at)samurai(dot)com> |
Cc: | "pgsql-patches" <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Transaction start in pg_stat_activity |
Date: | 2006-11-20 10:02:27 |
Message-ID: | 1164016947.3841.6.camel@silverbirch.site |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
On Sat, 2006-11-18 at 21:44 -0500, Neil Conway wrote:
> 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.
Great idea. Would it be appropriate to show the time the current
snapshot was taken also/instead?
--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | arkadiusz.staron | 2006-11-20 10:19:34 | Tsearch + polish ispell + polish locale |
Previous Message | Markus Schiltknecht | 2006-11-20 09:43:33 | Re: [HACKERS] Replication documentation addition |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-11-20 15:58:02 | Re: Transaction start in pg_stat_activity |
Previous Message | Neil Conway | 2006-11-19 22:26:51 | Re: add external pl language section, clean up some links |