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

This commit is contained in:
Bruce Momjian 2011-04-26 11:54:57 -04:00
parent 6c4d2bd914
commit 0cdbef6cec
1 changed files with 3 additions and 2 deletions

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