Re: Finer grain log timestamps - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: Finer grain log timestamps
Date
Msg-id 20220508211227.GP28830@telsasoft.com
Whole thread Raw
In response to Finer grain log timestamps  (David Fetter <david@fetter.org>)
Responses Re: Finer grain log timestamps
List 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



pgsql-hackers by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: 2022-05-12 release announcement draft
Next
From: David Fetter
Date:
Subject: Re: Finer grain log timestamps