Index: doc/src/sgml/func.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/func.sgml,v
retrieving revision 1.225
diff -c -c -r1.225 func.sgml
*** doc/src/sgml/func.sgml 1 Dec 2004 19:32:12 -0000 1.225
--- doc/src/sgml/func.sgml 2 Dec 2004 17:12:57 -0000
***************
*** 1070,1081 ****
! btrim(string text, characters text)
text
Remove the longest string consisting only of characters
! in characters from the start and end of
! string.
btrim('xyxtrimyyx', 'xy')
trim
--- 1070,1082 ----
! btrim(string text
! , characters text)
text
Remove the longest string consisting only of characters
! in characters (or spaces if not supplied)
! from the start and end of string.
btrim('xyxtrimyyx', 'xy')
trim