Additional information on log_line_prefix

From: Emanuel Calvo <postgres(dot)arg(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Additional information on log_line_prefix
Date: 2013-10-25 17:50:45
Message-ID: CAGHEX6burs2RD9GL+67Whex1SCDnn1ptW6aeEUyB4N=gT6WD6g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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!

--
--
Emanuel Calvo

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Johnston 2013-10-25 18:06:25 Re: Additional information on log_line_prefix
Previous Message Robert Haas 2013-10-25 17:41:47 Re: Detection of nested function calls