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

From David Fetter
Subject Re: Finer grain log timestamps
Date
Msg-id 20220508220222.GD11333@fetter.org
Whole thread Raw
In response to Re: Finer grain log timestamps  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: Finer grain log timestamps  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
List pgsql-hackers
On Sun, May 08, 2022 at 04:12:27PM -0500, Justin Pryzby wrote:
> 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

Thanks for looking this over, and please find attached the next
version.

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Attachment

pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: Finer grain log timestamps
Next
From: Andres Freund
Date:
Subject: Re: failures in t/031_recovery_conflict.pl on CI