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