mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Reword documentation for NUMERIC with no specified precision.
This commit is contained in:
parent
71e7083532
commit
8ce83b5bdc
@ -527,10 +527,9 @@ NUMERIC
|
|||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
The maximum allowed precision when explicitely specified in the
|
The maximum allowed precision when explicitly specified in the
|
||||||
type declaration is 1000; otherwise the current implementation
|
type declaration is 1000; <type>NUMERIC</type> with no specified
|
||||||
of <type>NUMERIC</type> (when the precision is not specified)
|
precision is subject to the limits described in <xref
|
||||||
is subject to the limits described in <xref
|
|
||||||
linkend="datatype-numeric-table">.
|
linkend="datatype-numeric-table">.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
Loading…
Reference in New Issue
Block a user