cadena hasta la fecha Postgres

#Convert string to date postgres SQL
TO_DATE(text_field,'DD/MM/YYYY')
JoeCoder