Re: PATCH: numeric timestamp in log_line_prefix - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: PATCH: numeric timestamp in log_line_prefix
Date
Msg-id alpine.DEB.2.10.1503222025360.14445@sto
Whole thread Raw
In response to Re: PATCH: numeric timestamp in log_line_prefix  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
[oops, stalled because of wrong From, resending just to the list]

On Sun, 22 Mar 2015, Tom Lane wrote:

>> The proposed format is much simpler to manage in a script, and if you're
>> interested in runtime, its formatting would be less expensive than %t and
>> %m.
>
> Maybe, but do we really need two?  How about just %M?

Yep, truncating or rounding if needed is quite easy.

> Also, having just one would open the door to calling it something like
> %u (for Unix timestamp),

Should be ok as well.

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: PATCH: numeric timestamp in log_line_prefix
Next
From: Tomas Vondra
Date:
Subject: Re: PATCH: numeric timestamp in log_line_prefix