]> granicus.if.org Git - postgresql/commitdiff
Fix editing error in floating-point docs.
authorAndrew Gierth <rhodiumtoad@postgresql.org>
Sat, 11 May 2019 02:23:55 +0000 (03:23 +0100)
committerAndrew Gierth <rhodiumtoad@postgresql.org>
Sat, 11 May 2019 02:23:55 +0000 (03:23 +0100)
My fault; the error was introduced in the Ryu patch.

doc/src/sgml/datatype.sgml

index 13b988077a55da0e30bf383304a6a63fc5618d8f..fc300f605f95515f6b9ee3e37d5fbc6d5c211595 100644 (file)
@@ -763,8 +763,8 @@ FROM generate_series(-3.5, 3.5, 1) as x;
     <note>
      <para>
       Applications that wanted precise values have historically had to set
-      <xref linkend="guc-extra-float-digits"/> to 3 obtain them. For maximum
-      compatibility between versions, they should continue to do so.
+      <xref linkend="guc-extra-float-digits"/> to 3 to obtain them. For
+      maximum compatibility between versions, they should continue to do so.
      </para>
     </note>