File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8159,6 +8159,7 @@ BRE 在几个方面和 ERE 不太一样。在BRE里,<literal>|</>, <literal>+<
8159
8159
日期/时间格式化的用法须知:
8160
8160
<itemizedlist>
8161
8161
<listitem>
8162
+ <!--
8162
8163
<para>
8163
8164
<literal>FM</literal> suppresses leading zeroes and trailing blanks
8164
8165
that would otherwise be added to make the output of a pattern be
@@ -8168,13 +8169,13 @@ BRE 在几个方面和 ERE 不太一样。在BRE里,<literal>|</>, <literal>+<
8168
8169
specifications, and repeated <literal>FM</literal> modifiers
8169
8170
toggle fill mode on and off.
8170
8171
</para>
8171
-
8172
+ -->
8172
8173
<para>
8173
- <literal>FM</literal>抑制前导的零或尾随的空白, 如果没有使用它的话,
8174
+ <literal>FM</literal>抑制前导的零或尾随的空白。 如果没有使用它的话,
8174
8175
会在输出中增加这些填充最终把输出变成固定宽度的模式。
8175
- 在<productname>PostgreSQL</productname>中,<literal>FM</literal>只修改下一个规范,
8176
+ 在<productname>PostgreSQL</productname>中,<literal>FM</literal>只修改下一个规范;
8176
8177
而在Oracle中<literal>FM</literal>影响所有随后的规范,
8177
- 并且重复 <literal>FM</literal>修饰符填充模式开关打开或关闭 。
8178
+ 并且重复的 <literal>FM</literal>修饰符切换填充模式的打开和关闭 。
8178
8179
</para>
8179
8180
</listitem>
8180
8181
@@ -23669,4 +23670,4 @@ CREATE EVENT TRIGGER test_event_trigger_for_drops
23669
23670
</para>
23670
23671
</sect1>
23671
23672
23672
- </chapter>
23673
+ </chapter>
You can’t perform that action at this time.
0 commit comments