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`