|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.226 2004/12/02 17:14:54 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.227 2004/12/02 17:39:54 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -1075,7 +1075,7 @@ PostgreSQL documentation
|
1075 | 1075 | <entry><type>text</type></entry>
|
1076 | 1076 | <entry>
|
1077 | 1077 | Remove the longest string consisting only of characters
|
1078 |
| - in <parameter>characters</parameter> (or spaces if not supplied) |
| 1078 | + in <parameter>characters</parameter> (a space by default) |
1079 | 1079 | from the start and end of <parameter>string</parameter>.
|
1080 | 1080 | </entry>
|
1081 | 1081 | <entry><literal>btrim('xyxtrimyyx', 'xy')</literal></entry>
|
|