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.1503222020560.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
>> 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?

I guess Tomas put 2 formats because there was 2 time formats to begin 
with, but truncating/rouding if someone really wants seconds is quite 
easy.

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

I guess that is okay as well.

-- 
Fabien.



pgsql-hackers by date:

Previous
From: didier
Date:
Subject: Re: PATCH: pgbench - merging transaction logs
Next
From: Вадим Горбачев
Date:
Subject: proposal GSoC 2015 task: Allow access to the database via HTTP