Re: Finer grain log timestamps

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Finer grain log timestamps
Date: 2022-05-08 21:12:27
Message-ID: 20220508211227.GP28830@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, May 08, 2022 at 08:44:51PM +0000, David Fetter wrote:
> CREATE TABLE postgres_log
> (
> - log_time timestamp(3) with time zone,
> + log_time timestamp(6) with time zone,

Please also update the corresponding thing in doc/src/sgml/file-fdw.sgml

It looks like the patch I suggested to include a reminder about this was never
applied.
https://www.postgresql.org/message-id/10995044.nUPlyArG6x@aivenronan

See also:
e568ed0eb07239b7e53d948565ebaeb6f379630f
0830d21f5b01064837dc8bd910ab31a5b7a1101a

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2022-05-08 22:02:22 Re: Finer grain log timestamps
Previous Message Jonathan S. Katz 2022-05-08 20:51:05 2022-05-12 release announcement draft