Re: "IS LATER THAN" filter for date column - Mailing list pgsql-general

From Scott Marlowe
Subject Re: "IS LATER THAN" filter for date column
Date
Msg-id BANLkTikGuWWVq5Zr_ytePdnPFeF020WJng@mail.gmail.com
Whole thread Raw
In response to "IS LATER THAN" filter for date column  (gvim <gvimrc@gmail.com>)
List pgsql-general
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;

pgsql-general by date:

Previous
From: Chris Ernst
Date:
Subject: Re: "IS LATER THAN" filter for date column
Next
From: Greg Smith
Date:
Subject: Re: Postgresql, PSN hack and table limits