String Functions PostgreSQL

postgres=# SELECT ltrim('    whitespace example');
       ltrim
--------------------
 whitespace example
(1 row)