In a Postgres database I have a table that in one of its columns holds a date as a character varying data type. Its format is dd MMM yyyy HH:mm.
Eg.: 21 Sep 2012 12:23.
Is there a way to convert it in a timestamp fromat so that I can compare it with the current time (i.e. now()- function ) ?