From dedcc48c567e443912d761a3616298678a4ec825 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 27 Apr 2011 00:06:37 -0400 Subject: [PATCH] Doc wording improvement for NUMERIC limit paragraph. --- doc/src/sgml/datatype.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 507c382797..bc1ec3f821 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -528,7 +528,7 @@ NUMERIC The maximum allowed precision when explicitly specified in the - type declaration is 1000; NUMERIC with no specified + type declaration is 1000; NUMERIC without a specified precision is subject to the limits described in .