Skip to content

Commit da0f9c3

Browse files
authored
Merge pull request #268 from sunshinerxu/master
翻译8.1.2:plus three to eight bytes overhead
2 parents 0811a91 + 19e602f commit da0f9c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

postgresql/doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,8 +1142,7 @@ ____________________________________________________________________________-->
11421142
</para>
11431143
____________________________________________________________________________-->
11441144
<para>
1145-
数字值在物理上是以不带任何前导或者后缀零的形式存储。 因此,列上声明的精度和比例都是最大值,而不是固定分配的 (在这个方面,<type>numeric</type>类型更类似于<type>varchar(<replaceable>n</replaceable>)</type>, 而不像<type>char(<replaceable>n</replaceable>)</type>)。 实际存储要求是每四个十进制位组用两个字节,
1146-
plus three to eight bytes overhead.
1145+
数字值在物理上是以不带任何前导或者后缀零的形式存储。 因此,列上声明的精度和比例都是最大值,而不是固定分配的 (在这个方面,<type>numeric</type>类型更类似于<type>varchar(<replaceable>n</replaceable>)</type>, 而不像<type>char(<replaceable>n</replaceable>)</type>)。 实际存储要求是每四个十进制位组用两个字节,再加上三到八个字节的开销。
11471146
</para>
11481147

11491148
<!--==========================orignal english content==========================

0 commit comments

Comments
 (0)