Re: Additional information on log_line_prefix

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Emanuel Calvo <postgres(dot)arg(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Additional information on log_line_prefix
Date: 2013-10-25 18:58:12
Message-ID: 526ABF44.5090601@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-10-25 19:13:17 Re: Failure while inserting parent tuple to B-tree is not fun
Previous Message David Johnston 2013-10-25 18:06:25 Re: Additional information on log_line_prefix