Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10b2e74

Browse files
committed
Update docs on numeric storage requirements.
Since 9.1, the minimum overhead is three bytes, not five. Fujii Masao
1 parent f318ee8 commit 10b2e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ NUMERIC
549549
type is more akin to <type>varchar(<replaceable>n</>)</type>
550550
than to <type>char(<replaceable>n</>)</type>.) The actual storage
551551
requirement is two bytes for each group of four decimal digits,
552-
plus five to eight bytes overhead.
552+
plus three to eight bytes overhead.
553553
</para>
554554

555555
<indexterm>

0 commit comments

Comments
 (0)