]> 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>
Thu, 22 Mar 2012 19:40:27 +0000 (15:40 -0400)
Since 9.1, the minimum overhead is three bytes, not five.

Fujii Masao

doc/src/sgml/datatype.sgml

index 58e46b5870170b9d7082b33f42211a8b2ad41701..91dc35dc9d235dbb09c35945f20aba4d90748f72 100644 (file)
@@ -568,7 +568,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>