Commit 0edc8fc4 authored by Bruce Momjian's avatar Bruce Momjian

docs: adjust PG 12 floating point item

Reported-by: Andrew Gierth

Discussion: https://postgr.es/m/87r295hjur.fsf@news-spur.riddles.org.uk
parent 54c2ecb5
...@@ -187,9 +187,10 @@ Avoid performing unnecessary rounding of <type>REAL</type> and <type>DOUBLE PREC ...@@ -187,9 +187,10 @@ Avoid performing unnecessary rounding of <type>REAL</type> and <type>DOUBLE PREC
</para> </para>
<para> <para>
This dramatically speeds up processing of floating-point values, though This dramatically speeds up processing of floating-point values but causes
trailing digits are display slightly differently. Users who wish to have output that is rounded can set additional trailing digits to potentially be displayed. Users wishing
<literal>extra_float_digits=0</literal>. to have output that is rounded to match the previous behavior can set
<literal>extra_float_digits=0</literal>, which is no longer the default.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment