Description
Function | Return Type | Description | Example | Result |
---|---|---|---|---|
btrim({{string}}bytea, {{bytes}}bytea) | bytea | Remove the longest string containing only bytes appearing in bytes_from the start and end of string_ | btrim('\000trim\001'::bytea, '\000\001'::bytea) | trim |
More details: https://www.postgresql.org/docs/11/functions-binarystring.html