@@ -3225,8 +3225,8 @@ ________________________________________________________-->
3225
3225
<returnvalue>numeric</returnvalue>
3226
3226
</para>
3227
3227
<para>
3228
- Rounds <parameter>v</parameter> to <parameter>s</parameter> decimal
3229
- places. Ties are broken by rounding away from zero.
3228
+ 将 <parameter>v</parameter> 四舍五入到 <parameter>s</parameter> 位小数。
3229
+ 当出现平局时,通过远离零的方向进行四舍五入来解决。
3230
3230
</para>
3231
3231
<para>
3232
3232
<literal>round(42.4382, 2)</literal>
@@ -5576,7 +5576,7 @@ ________________________________________________________-->
5576
5576
<secondary>前缀测试</secondary>
5577
5577
</indexterm>
5578
5578
<type>text</type> <literal>^@</literal> <type>text</type>
5579
- <returnvalue>布尔值 </returnvalue>
5579
+ <returnvalue>boolean </returnvalue>
5580
5580
</para>
5581
5581
<para>
5582
5582
如果第一个字符串以第二个字符串开头,则返回true(等同于<function>starts_with()</function>函数)。
@@ -6536,11 +6536,8 @@ ________________________________________________________-->
6536
6536
<returnvalue>setof text[]</returnvalue>
6537
6537
</para>
6538
6538
<para>
6539
- Returns substrings within the first match of the POSIX regular
6540
- expression <parameter>pattern</parameter> to
6541
- the <parameter>string</parameter>, or substrings within all
6542
- such matches if the <literal>g</literal> flag is used;
6543
- see <xref linkend="functions-posix-regexp"/>.
6539
+ 返回POSIX正则表达式 <parameter>pattern</parameter> 在 <parameter>string</parameter>中第一个匹配项内的子字符串, 或者如果使用 <literal>g</literal> 标志,则返回所有此类匹配项内的子字符串;
6540
+ 参见 <xref linkend="functions-posix-regexp"/>。
6544
6541
</para>
6545
6542
<para>
6546
6543
<literal>regexp_matches('foobarbequebaz', 'ba.', 'g')</literal>
0 commit comments