Clarify that a non-specified precision NUMERIC has a very high range.

pull/1/head
Bruce Momjian 15 years ago
parent 6c4d2bd914
commit 0cdbef6cec
  1. 5
      doc/src/sgml/datatype.sgml

@ -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>

Loading…
Cancel
Save