diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-04-27 00:06:37 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-04-27 00:06:37 -0400 |
commit | dedcc48c567e443912d761a3616298678a4ec825 (patch) | |
tree | d5a0f45d725d81500dfcd067eff17babb2ff7146 | |
parent | 8ce83b5bdc532e716c39b6a04f1edda7e5e66cc7 (diff) | |
download | postgresql-dedcc48c567e443912d761a3616298678a4ec825.tar.gz postgresql-dedcc48c567e443912d761a3616298678a4ec825.zip |
Doc wording improvement for NUMERIC limit paragraph.
-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> |