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