@@ -3078,7 +3078,7 @@ ____________________________________________________________________________-->
3078
3078
<entry><type>time [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
3079
3079
<entry>12 bytes</entry>
3080
3080
<entry>time of day (no date), with time zone</entry>
3081
- <!-- see MAX_TZDISP_HOUR in datatype/timestamp.h -- >
3081
+ <!-− see MAX_TZDISP_HOUR in datatype/timestamp.h -− >
3082
3082
<entry>00:00:00+1559</entry>
3083
3083
<entry>24:00:00-1559</entry>
3084
3084
<entry>1 microsecond</entry>
@@ -4180,7 +4180,7 @@ ____________________________________________________________________________-->
4180
4180
下列<acronym>SQL</acronym>-兼容的函数可以被用来为相应的数据类型获得当前时间值:
4181
4181
<literal>CURRENT_DATE</literal>、<literal>CURRENT_TIME</literal>、
4182
4182
<literal>CURRENT_TIMESTAMP</literal>、<literal>LOCALTIME</literal>、
4183
- <literal>LOCALTIMESTAMP</literal>。(参见<xreflinkend ="functions-datetime-current"/>)。
4183
+ <literal>LOCALTIMESTAMP</literal>。(参见<xref linkend ="functions-datetime-current"/>)。
4184
4184
注意这些是SQL函数并且在数据输入串中<emphasis>不</emphasis>被识别。
4185
4185
</para>
4186
4186
@@ -4202,7 +4202,7 @@ ____________________________________________________________________________-->
4202
4202
<para>
4203
4203
虽然输入字符串 <literal>now</literal>、<literal>today</literal>、<literal>tomorrow</literal>和<literal>yesterday</literal>都可以在交互式 SQL 命令中使用,但当命令被保存以待稍后执行时,它们可能会有令人惊讶的行为,例如在准备的语句、视图和函数定义中。
4204
4204
字符串可以被转换为特定的时间值,该值在变得过时后长时间继续使用。 在这种上下文中使用某一种SQL函数代替。例如,
4205
- literal>CURRENT_DATE + 1</literal> 比 <literal>'tomorrow'::date</literal>更安全。
4205
+ < literal>CURRENT_DATE + 1</literal> 比 <literal>'tomorrow'::date</literal>更安全。
4206
4206
</para>
4207
4207
</caution>
4208
4208
@@ -7004,7 +7004,7 @@ ____________________________________________________________________________-->
7004
7004
<member><literal>'08002b010203'</literal></member>
7005
7005
</simplelist>
7006
7006
7007
- These examples would all specify the same address. Upper and
7007
+ These examples all specify the same address. Upper and
7008
7008
lower case is accepted for the digits
7009
7009
<literal>a</literal> through <literal>f</literal>. Output is always in the
7010
7010
first of the forms shown.
@@ -7139,6 +7139,7 @@ ____________________________________________________________________________-->
7139
7139
7140
7140
这些例子都指定相同的地址。数字<literal>a</literal>到<literal>f</literal>的大小写形式都被接受。输出总是以上面显示的第一种形式。
7141
7141
7142
+ </para>
7142
7143
<!--==========================orignal english content==========================
7143
7144
<para>
7144
7145
The last six input formats shown above are not part of any standard.
0 commit comments