diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-03-22 15:40:27 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-03-23 08:49:42 -0400 |
commit | 10b2e7404f80ef26a3a6df6b1a9121bd16efb905 (patch) | |
tree | 37eefcc30ed880a879f164daf7628235e821e2b4 /doc/src | |
parent | f318ee848c9a7c3dd289fe67245e4a12ba136bca (diff) | |
download | postgresql-10b2e7404f80ef26a3a6df6b1a9121bd16efb905.tar.gz postgresql-10b2e7404f80ef26a3a6df6b1a9121bd16efb905.zip |
Update docs on numeric storage requirements.
Since 9.1, the minimum overhead is three bytes, not five.
Fujii Masao
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/datatype.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 0cba6587587..9dfecbbbc3b 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -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> |