mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Clarify that a non-specified precision NUMERIC has a very high range.
This commit is contained in:
@ -529,8 +529,9 @@ NUMERIC
|
|||||||
<para>
|
<para>
|
||||||
The maximum allowed precision when explicitely specified in the
|
The maximum allowed precision when explicitely specified in the
|
||||||
type declaration is 1000; otherwise the current implementation
|
type declaration is 1000; otherwise the current implementation
|
||||||
of the <type>NUMERIC</type> is subject to the limits described
|
of <type>NUMERIC</type> (when the precision is not specified)
|
||||||
in <xref linkend="datatype-numeric-table">.
|
is subject to the limits described in <xref
|
||||||
|
linkend="datatype-numeric-table">.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user