diff options
| -rw-r--r-- | doc/src/sgml/datatype.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 507c382797c..bc1ec3f8217 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -528,7 +528,7 @@ NUMERIC <note> <para> The maximum allowed precision when explicitly specified in the - type declaration is 1000; <type>NUMERIC</type> with no specified + type declaration is 1000; <type>NUMERIC</type> without a specified precision is subject to the limits described in <xref linkend="datatype-numeric-table">. </para> |
