]> granicus.if.org Git - postgresql/commitdiff
Update docs on numeric storage requirements.
authorRobert Haas <rhaas@postgresql.org>
Thu, 22 Mar 2012 19:40:27 +0000 (15:40 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 23 Mar 2012 12:49:42 +0000 (08:49 -0400)
Since 9.1, the minimum overhead is three bytes, not five.

Fujii Masao

doc/src/sgml/datatype.sgml

index 0cba6587587dbb07bbbf516e9b68a659f107b48b..9dfecbbbc3bc36f21305f984eec66c5689388566 100644 (file)
@@ -549,7 +549,7 @@ NUMERIC
      type is more akin to <type>varchar(<replaceable>n</>)</type>
      than to <type>char(<replaceable>n</>)</type>.)  The actual storage
      requirement is two bytes for each group of four decimal digits,
-     plus five to eight bytes overhead.
+     plus three to eight bytes overhead.
     </para>
 
     <indexterm>