projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a4cb3
)
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>
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 58e46b5870170b9d7082b33f42211a8b2ad41701..91dc35dc9d235dbb09c35945f20aba4d90748f72 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-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
fiv
e to eight bytes overhead.
+ plus
thre
e to eight bytes overhead.
</para>
<indexterm>