Re: Is there a tool used to display statement times from postgres logs

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Chris Barnes <compuguruchrisbarnes(at)hotmail(dot)com>
Cc: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is there a tool used to display statement times from postgres logs
Date: 2009-11-20 18:02:11
Message-ID: 4B06D9A3.6090100@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Barnes wrote:
> Would someone have a tool that displays statement execution
> times/stats from the standard output from postgres logs?
>

there's a logging option to put that in the logs, I thought? if so, you
could then display with `tail -f /path/to/postgreslog`

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Erik Jones 2009-11-20 18:02:30 Easier to use warm standby in 8.4?
Previous Message Chris Barnes 2009-11-20 17:59:28 Is there a tool used to display statement times from postgres logs