From 8ce83b5bdc532e716c39b6a04f1edda7e5e66cc7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 26 Apr 2011 23:43:15 -0400 Subject: [PATCH] Reword documentation for NUMERIC with no specified precision. --- doc/src/sgml/datatype.sgml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 74408b0f39..507c382797 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -527,10 +527,9 @@ NUMERIC - The maximum allowed precision when explicitely specified in the - type declaration is 1000; otherwise the current implementation - of NUMERIC (when the precision is not specified) - is subject to the limits described in NUMERIC with no specified + precision is subject to the limits described in . -- 2.40.0