Commit 0cdbef6c authored by Bruce Momjian's avatar Bruce Momjian

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

parent 6c4d2bd9
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment