]> granicus.if.org Git - postgresql/commitdiff
Clarify that a non-specified precision NUMERIC has a very high range.
authorBruce Momjian <bruce@momjian.us>
Tue, 26 Apr 2011 15:54:57 +0000 (11:54 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 26 Apr 2011 15:54:57 +0000 (11:54 -0400)
doc/src/sgml/datatype.sgml

index 13b888dff8f7285fff3645c09f83fe66075af3b0..74408b0f3971cae0054f55bc485d09ab6397b4b6 100644 (file)
@@ -529,8 +529,9 @@ NUMERIC
      <para>
       The maximum allowed precision when explicitely specified in the
       type declaration is 1000; otherwise the current implementation
-      of the <type>NUMERIC</type> is subject to the limits described
-      in <xref linkend="datatype-numeric-table">.
+      of <type>NUMERIC</type> (when the precision is not specified)
+      is subject to the limits described in <xref
+      linkend="datatype-numeric-table">.
      </para>
     </note>