btrim ( string text [, characters text ] ) → textRemoves the longest string containing only characters in
characters (a space by default) from the start and end of string.btrim('xyxtrimyyx', 'xyz') → trimRemoves the longest string containing only characters in characters (a space by default) from the start and end of string.
btrim ( string text [, characters text ] ) → textRemoves the longest string containing only characters in
characters (a space by default) from the start and end of string.btrim('xyxtrimyyx', 'xyz') → trimbtrim ( bytes bytea, bytesremoved bytea ) → byteaRemoves the longest string containing only bytes appearing in
bytesremoved from the start and end of bytes.btrim('\x1234567890'::bytea, '\x9012'::bytea) → \x345678Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source