to_char(now(), 'HH:MI PM')
postgres=# SELECT to_char(now(), 'HH:MI PM') AS the_time; the_time ---------- 03:20 PM (1 row) postgres=#