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

From Bruce Momjian
Subject Re: PATCH: numeric timestamp in log_line_prefix
Date
Msg-id 20150322013502.GC10795@momjian.us
Whole thread Raw
In response to PATCH: numeric timestamp in log_line_prefix  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Responses Re: PATCH: numeric timestamp in log_line_prefix  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
On Sun, Mar 22, 2015 at 12:47:12AM +0100, Tomas Vondra wrote:
> Hi,
> 
> from time to time I need to correlate PostgreSQL logs to other logs,
> containing numeric timestamps - a prime example of that is pgbench. With
> %t and %m that's not quite trivial, because of timezones etc.
> 
> I propose adding two new log_line_prefix escape sequences - %T and %M,
> doing the same thing as %t and %m, but formatting the value as a number.
> 
> Patch attached, I'll add it to CF 2015-06.

Uh, I think you mean "number" here:
        <entry>Time stamp without milliseconds (as a numer)</entry>
-----

Also, what "number" do you mean?  Unix time since 1970?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: printing table in asciidoc with psql
Next
From: Jerry Sievers
Date:
Subject: Re: Remove fsync ON/OFF as a visible option?