On Sun, May 1, 2011 at 7:37 PM, gvim <gvimrc@gmail.com> wrote:
> I've been looking through the Date/Time functions and operators on the docs
> and can't find anything obvious to do this simple task - filter a date
> column for entries which are later than a specified date.
select * from table where datecol > '2001-01-01'::date;