From: Bruce Momjian Date: Wed, 27 Apr 2011 03:43:15 +0000 (-0400) Subject: Reword documentation for NUMERIC with no specified precision. X-Git-Tag: REL9_1_BETA1~12 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=8ce83b5bdc532e716c39b6a04f1edda7e5e66cc7;p=postgresql.git Reword documentation for NUMERIC with no specified precision. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 74408b0f397..507c382797c 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 .