From 91cf5ef550482d5c894d33d6e86e9e3ab32e8604 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 2 Dec 2004 17:14:54 +0000 Subject: [PATCH] Document that btrim()'s second parameter is optional, and defaults to spaces. --- doc/src/sgml/func.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 52bd7293ca..6de67e6484 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 -- 2.49.0