Re: [SQL] Monitoring a Query - Mailing list pgsql-general

From Tom Lane
Subject Re: [SQL] Monitoring a Query
Date
Msg-id 21724.1032793386@sss.pgh.pa.us
Whole thread Raw
In response to Re: [SQL] Monitoring a Query  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [SQL] Monitoring a Query
List pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, added to TODO:
>     * Add start time to pg_stat_activity

It would be nearly free to include the start time of the current
transaction, because we already save that for use by now().  Is
that good enough, or do we need start time of the current query?

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: output format for dates
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] Monitoring a Query