Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e83f827

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

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
@@ -568,7 +568,7 @@ NUMERIC
568568
type is more akin to <type>varchar(<replaceable>n</>)</type>
569569
than to <type>char(<replaceable>n</>)</type>.) The actual storage
570570
requirement is two bytes for each group of four decimal digits,
571-
plus five to eight bytes overhead.
571+
plus three to eight bytes overhead.
572572
</para>
573573

574574
<indexterm>

0 commit comments

Comments
 (0)