]> granicus.if.org Git - postgresql/commitdiff
Reword documentation for NUMERIC with no specified precision.
authorBruce Momjian <bruce@momjian.us>
Wed, 27 Apr 2011 03:43:15 +0000 (23:43 -0400)
committerBruce Momjian <bruce@momjian.us>
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
 
     <note>
      <para>
-      The maximum allowed precision when explicitely specified in the
-      type declaration is 1000; otherwise the current implementation
-      of <type>NUMERIC</type> (when the precision is not specified)
-      is subject to the limits described in <xref
+      The maximum allowed precision when explicitly specified in the
+      type declaration is 1000; <type>NUMERIC</type> with no specified
+      precision is subject to the limits described in <xref
       linkend="datatype-numeric-table">.
      </para>
     </note>