Reword documentation for NUMERIC with no specified precision.
authorBruce Momjian
Wed, 27 Apr 2011 03:43:15 +0000 (23:43 -0400)
committerBruce Momjian
Wed, 27 Apr 2011 03:43:44 +0000 (23:43 -0400)
doc/src/sgml/datatype.sgml

index 74408b0f3971cae0054f55bc485d09ab6397b4b6..507c382797c8cc5b6e6c53ecce01f62b290af932 100644 (file)
@@ -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 
+      The maximum allowed precision when explicitly specified in the
+      type declaration is 1000; NUMERIC with no specified
+      precision is subject to the limits described in 
       linkend="datatype-numeric-table">.