OSDN Git Service

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 13b888d..74408b0 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>