mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Update docs on numeric storage requirements.
Since 9.1, the minimum overhead is three bytes, not five. Fujii Masao
This commit is contained in:
@ -568,7 +568,7 @@ NUMERIC
|
|||||||
type is more akin to <type>varchar(<replaceable>n</>)</type>
|
type is more akin to <type>varchar(<replaceable>n</>)</type>
|
||||||
than to <type>char(<replaceable>n</>)</type>.) The actual storage
|
than to <type>char(<replaceable>n</>)</type>.) The actual storage
|
||||||
requirement is two bytes for each group of four decimal digits,
|
requirement is two bytes for each group of four decimal digits,
|
||||||
plus five to eight bytes overhead.
|
plus three to eight bytes overhead.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<indexterm>
|
<indexterm>
|
||||||
|
Reference in New Issue
Block a user