From: Bruce Momjian Date: Thu, 2 Dec 2004 17:14:54 +0000 (+0000) Subject: Document that btrim()'s second parameter is optional, and defaults to spaces. X-Git-Tag: REL8_0_0RC1~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91cf5ef550482d5c894d33d6e86e9e3ab32e8604;p=thirdparty%2Fpostgresql.git Document that btrim()'s second parameter is optional, and defaults to spaces. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 52bd7293ca0..6de67e6484f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -1070,12 +1070,13 @@ PostgreSQL documentation - btrim(string text, characters text) + btrim(string text + , characters text) text Remove the longest string consisting only of characters - in characters from the start and end of - string. + in characters (or spaces if not supplied) + from the start and end of string. btrim('xyxtrimyyx', 'xy') trim