Reword documentation for NUMERIC with no specified precision.

This commit is contained in:
Bruce Momjian 2011-04-26 23:43:15 -04:00
parent 71e7083532
commit 8ce83b5bdc
1 changed files with 3 additions and 4 deletions

View File

@ -527,10 +527,9 @@ NUMERIC
<note>
<para>
The maximum allowed precision when explicitely specified in the
type declaration is 1000; otherwise the current implementation
of <type>NUMERIC</type> (when the precision is not specified)
is subject to the limits described in <xref
The maximum allowed precision when explicitly specified in the
type declaration is 1000; <type>NUMERIC</type> with no specified
precision is subject to the limits described in <xref
linkend="datatype-numeric-table">.
</para>
</note>