8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c2ecb commit 0edc8fcCopy full SHA for 0edc8fc
doc/src/sgml/release-12.sgml
@@ -187,9 +187,10 @@ Avoid performing unnecessary rounding of <type>REAL</type> and <type>DOUBLE PREC
187
</para>
188
189
<para>
190
-This dramatically speeds up processing of floating-point values, though
191
-trailing digits are display slightly differently. Users who wish to have output that is rounded can set
192
-<literal>extra_float_digits=0</literal>.
+This dramatically speeds up processing of floating-point values but causes
+additional trailing digits to potentially be displayed. Users wishing
+to have output that is rounded to match the previous behavior can set
193
+<literal>extra_float_digits=0</literal>, which is no longer the default.
194
195
</listitem>
196
0 commit comments