From 0cdbef6cec753a1606c2ce2955e3ff1005ed5ebf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 26 Apr 2011 11:54:57 -0400 Subject: [PATCH] Clarify that a non-specified precision NUMERIC has a very high range. --- doc/src/sgml/datatype.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 13b888dff8..74408b0f39 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -529,8 +529,9 @@ NUMERIC The maximum allowed precision when explicitely specified in the type declaration is 1000; otherwise the current implementation - of the NUMERIC is subject to the limits described - in . + of NUMERIC (when the precision is not specified) + is subject to the limits described in . -- 2.11.0