Re: Ryu floating point output patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Ryu floating point output patch
Date
Msg-id 11452.1550447344@sss.pgh.pa.us
Whole thread Raw
In response to Re: Ryu floating point output patch  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Responses Re: Ryu floating point output patch
List pgsql-hackers
Andrew Gierth <andrew@tao11.riddles.org.uk> writes:
> "Andrew" == Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
>  Andrew> Would you like to reformulate this, then?

> How about:

>     Use the specified value of extra_float_digits when dumping
>     floating-point data, instead of the maximum available precision.
>     Routine dumps made for backup purposes should not use this option.

OK by me.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: Ryu floating point output patch
Next
From: Michael Paquier
Date:
Subject: Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTEquery;