aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-04-26 11:54:57 -0400
committerBruce Momjian <bruce@momjian.us>2011-04-26 11:54:57 -0400
commit0cdbef6cec753a1606c2ce2955e3ff1005ed5ebf (patch)
tree66a17a9b4e58482f7539061dbea50ff334e409ca /doc/src
parent6c4d2bd9141034bd27977794f52003fd6f7d01f0 (diff)
downloadpostgresql-0cdbef6cec753a1606c2ce2955e3ff1005ed5ebf.tar.gz
postgresql-0cdbef6cec753a1606c2ce2955e3ff1005ed5ebf.zip
Clarify that a non-specified precision NUMERIC has a very high range.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/datatype.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 13b888dff8f..74408b0f397 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -529,8 +529,9 @@ NUMERIC
<para>
The maximum allowed precision when explicitely specified in the
type declaration is 1000; otherwise the current implementation
- of the <type>NUMERIC</type> is subject to the limits described
- in <xref linkend="datatype-numeric-table">.
+ of <type>NUMERIC</type> (when the precision is not specified)
+ is subject to the limits described in <xref
+ linkend="datatype-numeric-table">.
</para>
</note>