Skip to content

Commit adeb5fd

Browse files
committed
finish the review of the summary of Chapter 8.
1 parent f59566c commit adeb5fd

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

postgresql/doc/src/sgml/datatype.sgml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
</para>
4646
-->
4747
<para>
48-
<xref linkend="datatype-table">显示了所有内置的普通数据类型
49-
在<quote>别名</quote>列里列出的大多数可选名字都是因历史原因<productname>PostgreSQL</productname>
50-
在内部使用的名字。另外,还有一些内部使用的或者废弃的类型也可以使用
48+
<xref linkend="datatype-table">显示了所有内置的泛用数据类型
49+
在<quote>别名</quote>列里列出的大多数可选名字都是因历史原因在<productname>PostgreSQL</productname>
50+
内部使用。另外,还有一些内部使用的或者废弃的类型也是可用的
5151
但没有在这里列出。
5252
</para>
5353

@@ -104,7 +104,7 @@
104104
<!--
105105
<entry>variable-length bit string</entry>
106106
-->
107-
<entry>变长位串</entry>
107+
<entry>可变长位串</entry>
108108
</row>
109109

110110
<row>
@@ -140,7 +140,7 @@
140140
<!--
141141
<entry>variable-length character string</entry>
142142
-->
143-
<entry>变长字符串</entry>
143+
<entry>可变长字符串</entry>
144144
</row>
145145

146146
<row>
@@ -185,7 +185,7 @@
185185
<!--
186186
<entry>double precision floating-point number (8 bytes)</entry>
187187
-->
188-
<entry>双精度浮点数字(8字节)</entry>
188+
<entry>双精度浮点数(8字节)</entry>
189189
</row>
190190

191191
<row>
@@ -259,7 +259,7 @@
259259
<!--
260260
<entry>exact numeric of selectable precision</entry>
261261
-->
262-
<entry>可选精度的准确数字</entry>
262+
<entry>可选精度的准确数值数据类型</entry>
263263
</row>
264264

265265
<row>
@@ -331,7 +331,7 @@
331331
<!--
332332
<entry>variable-length character string</entry>
333333
-->
334-
<entry>变长字符串</entry>
334+
<entry>可变长字符串</entry>
335335
</row>
336336

337337
<row>
@@ -340,7 +340,7 @@
340340
<!--
341341
<entry>time of day (no time zone)</entry>
342342
-->
343-
<entry>一天中的时间(无时区)</entry>
343+
<entry>一天中的时刻(无时区)</entry>
344344
</row>
345345

346346
<row>
@@ -349,7 +349,7 @@
349349
<!--
350350
<entry>time of day, including time zone</entry>
351351
-->
352-
<entry>一天里的时间,包括时区</entry>
352+
<entry>一天中的时刻,含时区</entry>
353353
</row>
354354

355355
<row>
@@ -358,7 +358,7 @@
358358
<!--
359359
<entry>date and time (no time zone)</entry>
360360
-->
361-
<entry>日期和时间(无时区)</entry>
361+
<entry>日期与时刻(无时区)</entry>
362362
</row>
363363

364364
<row>
@@ -367,7 +367,7 @@
367367
<!--
368368
<entry>date and time, including time zone</entry>
369369
-->
370-
<entry>日期和时间,包括时区</entry>
370+
<entry>日期与时刻,含时区</entry>
371371
</row>
372372

373373
<row>
@@ -447,15 +447,15 @@
447447
</para>
448448
-->
449449
<para>
450-
下列类型(或者那样拼写的)是<acronym>SQL</acronym>声明的
450+
下列类型(或那样的拼写)是<acronym>SQL</acronym>规范声明的
451451
<type>bigint</type>, <type>bit</type>, <type>bit
452452
varying</type>, <type>boolean</type>, <type>char</type>,
453453
<type>character varying</type>, <type>character</type>,
454454
<type>varchar</type>, <type>date</type>, <type>double
455455
precision</type>, <type>integer</type>, <type>interval</type>,
456456
<type>numeric</type>, <type>decimal</type>, <type>real</type>,
457-
<type>smallint</type>, <type>time</type> (有时区和无时区),
458-
<type>timestamp</type> (有时区和无时区),
457+
<type>smallint</type>, <type>time</type> (有时区或无时区),
458+
<type>timestamp</type> (有时区或无时区),
459459
<type>xml</type>。
460460
</para>
461461
</note>
@@ -475,9 +475,9 @@
475475
-->
476476
<para>
477477
每种数据类型都有一个由其输入和输出函数决定的外部表现形式。
478-
许多内建的类型有明显的格式。不过,许多类型要么是<productname>PostgreSQL</productname>
479-
所特有的,比如几何路径,要么是有几种不同的格式,比如日期和时间类型
480-
有些输入和输出函数是不可逆的也就是说,
478+
许多内置的类型有明显的外部格式。不过,一些数据类型要么是<productname>PostgreSQL</productname>
479+
所特有的,比如几何路径,要么是有若干种不同的格式,比如日期和时刻类型
480+
有些输入和输出函数是不可逆的也就是说,
481481
输出函数的输出结果和原始的输入比较的时候可能丢失精度。
482482
</para>
483483

0 commit comments

Comments
 (0)