mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Wording improvement.
This commit is contained in:
parent
91cf5ef550
commit
22c21bab92
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.226 2004/12/02 17:14:54 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.227 2004/12/02 17:39:54 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -1075,7 +1075,7 @@ PostgreSQL documentation
|
|||||||
<entry><type>text</type></entry>
|
<entry><type>text</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Remove the longest string consisting only of characters
|
Remove the longest string consisting only of characters
|
||||||
in <parameter>characters</parameter> (or spaces if not supplied)
|
in <parameter>characters</parameter> (a space by default)
|
||||||
from the start and end of <parameter>string</parameter>.
|
from the start and end of <parameter>string</parameter>.
|
||||||
</entry>
|
</entry>
|
||||||
<entry><literal>btrim('xyxtrimyyx', 'xy')</literal></entry>
|
<entry><literal>btrim('xyxtrimyyx', 'xy')</literal></entry>
|
||||||
|
Loading…
Reference in New Issue
Block a user