File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 504
504
</para>
505
505
-->
506
506
<para>
507
- 数值类型由 2 、4 或 8 字节的整数以及 4 或 8 字节的浮点数和可选精度的小数组成 。
507
+ 数值类型由 2 字节 、4 字节或 8 字节的整数以及 4 字节或 8 字节的浮点数和可选精度的十进制数组成 。
508
508
<xref linkend="datatype-numeric-table">列出了所有可用类型。
509
509
</para>
510
510
523
523
<entry>Range</entry>
524
524
-->
525
525
<entry>名字</entry>
526
- <entry>存储空间 </entry>
526
+ <entry>存储长度 </entry>
527
527
<entry>描述</entry>
528
528
<entry>范围</entry>
529
529
</row>
571
571
<entry>user-specified precision, exact</entry>
572
572
<entry>up to 131072 digits before the decimal point; up to 16383 digits after the decimal point</entry>
573
573
-->
574
- <entry>变长 </entry>
575
- <entry>用户声明精度 ,精确</entry>
574
+ <entry>可变长 </entry>
575
+ <entry>用户指定的精度 ,精确</entry>
576
576
<entry>小数点前 131072 位;小数点后 16383 位</entry>
577
577
</row>
578
578
<row>
582
582
<entry>user-specified precision, exact</entry>
583
583
<entry>up to 131072 digits before the decimal point; up to 16383 digits after the decimal point</entry>
584
584
-->
585
- <entry>变长 </entry>
586
- <entry>用户声明精度 ,精确</entry>
585
+ <entry>可变长 </entry>
586
+ <entry>用户指定的精度 ,精确</entry>
587
587
<entry>小数点前 131072 位;小数点后 16383 位</entry>
588
588
</row>
589
589
595
595
<entry>6 decimal digits precision</entry>
596
596
-->
597
597
<entry>4 字节</entry>
598
- <entry>变精度 ,不精确</entry>
598
+ <entry>可变精度 ,不精确</entry>
599
599
<entry>6 位十进制数字精度</entry>
600
600
</row>
601
601
<row>
602
602
<entry><type>double precision</></entry>
603
603
<entry>8 字节</entry>
604
- <entry>变精度 ,不精确</entry>
604
+ <entry>可变精度 ,不精确</entry>
605
605
<entry>15 位十进制数字精度</entry>
606
606
</row>
607
607
608
608
<row>
609
609
<entry><type>smallserial</type></entry>
610
610
<entry>2 字节</entry>
611
- <entry>小范围自增整数 </entry>
611
+ <entry>自增的小范围整数 </entry>
612
612
<entry>1 到 32767</entry>
613
613
</row>
614
614
622
622
<row>
623
623
<entry><type>bigserial</type></entry>
624
624
<entry>8 字节</entry>
625
- <entry>大范围自增整数 </entry>
625
+ <entry>自增的大范围整数 </entry>
626
626
<entry>1 到 9223372036854775807</entry>
627
627
</row>
628
628
</tbody>
You can’t perform that action at this time.
0 commit comments