projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f318ee8
)
Update docs on numeric storage requirements.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 22 Mar 2012 19:40:27 +0000
(15:40 -0400)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 0cba6587587dbb07bbbf516e9b68a659f107b48b..9dfecbbbc3bc36f21305f984eec66c5689388566 100644
(file)
--- 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
fiv
e to eight bytes overhead.
+ plus
thre
e to eight bytes overhead.
</para>
<indexterm>