Skip to content

Commit 23fefe4

Browse files
committed
fix编译错误
1 parent 06df036 commit 23fefe4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

postgresql/doc/src/sgml/datatype.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3078,7 +3078,7 @@ ____________________________________________________________________________-->
30783078
<entry><type>time [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
30793079
<entry>12 bytes</entry>
30803080
<entry>time of day (no date), with time zone</entry>
3081-
<!-- see MAX_TZDISP_HOUR in datatype/timestamp.h -->
3081+
<!-&minus; see MAX_TZDISP_HOUR in datatype/timestamp.h -&minus;>
30823082
<entry>00:00:00+1559</entry>
30833083
<entry>24:00:00-1559</entry>
30843084
<entry>1 microsecond</entry>
@@ -4180,7 +4180,7 @@ ____________________________________________________________________________-->
41804180
下列<acronym>SQL</acronym>-兼容的函数可以被用来为相应的数据类型获得当前时间值:
41814181
<literal>CURRENT_DATE</literal>、<literal>CURRENT_TIME</literal>、
41824182
<literal>CURRENT_TIMESTAMP</literal>、<literal>LOCALTIME</literal>、
4183-
<literal>LOCALTIMESTAMP</literal>。(参见<xreflinkend="functions-datetime-current"/>)。
4183+
<literal>LOCALTIMESTAMP</literal>。(参见<xref linkend="functions-datetime-current"/>)。
41844184
注意这些是SQL函数并且在数据输入串中<emphasis>不</emphasis>被识别。
41854185
</para>
41864186

@@ -4202,7 +4202,7 @@ ____________________________________________________________________________-->
42024202
<para>
42034203
虽然输入字符串 <literal>now</literal>、<literal>today</literal>、<literal>tomorrow</literal>和<literal>yesterday</literal>都可以在交互式 SQL 命令中使用,但当命令被保存以待稍后执行时,它们可能会有令人惊讶的行为,例如在准备的语句、视图和函数定义中。
42044204
字符串可以被转换为特定的时间值,该值在变得过时后长时间继续使用。 在这种上下文中使用某一种SQL函数代替。例如,
4205-
literal>CURRENT_DATE + 1</literal> 比 <literal>'tomorrow'::date</literal>更安全。
4205+
<literal>CURRENT_DATE + 1</literal> 比 <literal>'tomorrow'::date</literal>更安全。
42064206
</para>
42074207
</caution>
42084208

@@ -7004,7 +7004,7 @@ ____________________________________________________________________________-->
70047004
<member><literal>'08002b010203'</literal></member>
70057005
</simplelist>
70067006

7007-
These examples would all specify the same address. Upper and
7007+
These examples all specify the same address. Upper and
70087008
lower case is accepted for the digits
70097009
<literal>a</literal> through <literal>f</literal>. Output is always in the
70107010
first of the forms shown.
@@ -7139,6 +7139,7 @@ ____________________________________________________________________________-->
71397139

71407140
这些例子都指定相同的地址。数字<literal>a</literal>到<literal>f</literal>的大小写形式都被接受。输出总是以上面显示的第一种形式。
71417141

7142+
</para>
71427143
<!--==========================orignal english content==========================
71437144
<para>
71447145
The last six input formats shown above are not part of any standard.

0 commit comments

Comments
 (0)