Skip to content

Commit d3682cb

Browse files
committed
修改func.sgml中一处注释错误
1 parent 70ae47a commit d3682cb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

postgresql/doc/src/sgml/func.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8159,6 +8159,7 @@ BRE 在几个方面和 ERE 不太一样。在BRE里,<literal>|</>, <literal>+<
81598159
日期/时间格式化的用法须知:
81608160
<itemizedlist>
81618161
<listitem>
8162+
<!--
81628163
<para>
81638164
<literal>FM</literal> suppresses leading zeroes and trailing blanks
81648165
that would otherwise be added to make the output of a pattern be
@@ -8168,13 +8169,13 @@ BRE 在几个方面和 ERE 不太一样。在BRE里,<literal>|</>, <literal>+<
81688169
specifications, and repeated <literal>FM</literal> modifiers
81698170
toggle fill mode on and off.
81708171
</para>
8171-
8172+
-->
81728173
<para>
8173-
<literal>FM</literal>抑制前导的零或尾随的空白如果没有使用它的话,
8174+
<literal>FM</literal>抑制前导的零或尾随的空白如果没有使用它的话,
81748175
会在输出中增加这些填充最终把输出变成固定宽度的模式。
8175-
在<productname>PostgreSQL</productname>中,<literal>FM</literal>只修改下一个规范
8176+
在<productname>PostgreSQL</productname>中,<literal>FM</literal>只修改下一个规范
81768177
而在Oracle中<literal>FM</literal>影响所有随后的规范,
8177-
并且重复<literal>FM</literal>修饰符填充模式开关打开或关闭
8178+
并且重复的<literal>FM</literal>修饰符切换填充模式的打开和关闭
81788179
</para>
81798180
</listitem>
81808181

@@ -23669,4 +23670,4 @@ CREATE EVENT TRIGGER test_event_trigger_for_drops
2366923670
</para>
2367023671
</sect1>
2367123672

23672-
</chapter>
23673+
</chapter>

0 commit comments

Comments
 (0)