Additional information on log_line_prefix - Mailing list pgsql-hackers

From Emanuel Calvo
Subject Additional information on log_line_prefix
Date
Msg-id CAGHEX6burs2RD9GL+67Whex1SCDnn1ptW6aeEUyB4N=gT6WD6g@mail.gmail.com
Whole thread Raw
Responses Re: Additional information on log_line_prefix  (David Johnston <polobo@yahoo.com>)
Re: Additional information on log_line_prefix  (Andrew Dunstan <andrew@dunslane.net>)
List 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

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Detection of nested function calls
Next
From: David Johnston
Date:
Subject: Re: Additional information on log_line_prefix