Re: Additional information on log_line_prefix - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Additional information on log_line_prefix
Date
Msg-id 526ABF44.5090601@dunslane.net
Whole thread Raw
In response to Additional information on log_line_prefix  (Emanuel Calvo <postgres.arg@gmail.com>)
Responses Re: Additional information on log_line_prefix  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On 10/25/2013 01:50 PM, Emanuel Calvo wrote:
>
> Hi guys,
>
> I'm working on a quick convertion script for query reviews and I 
> wonder if a feature request to add the following values will be possible:
>
>  %D = duration
>  %L = lock_time   (lock only for this query)
>  %E = estimated rows
>  %R = total rows returned
>  %B = total bytes sent
>  %T = temporal tables used
>
> Those prefixes/values are just examples/proposals.
>
> Thanks for the hard work!
>
>

Pretty much all of this can be got with the auto_explain module, and I 
think that's where it belongs.

cheers

andrew



pgsql-hackers by date:

Previous
From: David Johnston
Date:
Subject: Re: Additional information on log_line_prefix
Next
From: Heikki Linnakangas
Date:
Subject: Re: Failure while inserting parent tuple to B-tree is not fun