Re: [HACKERS] adate::Date is equiv. to adate if adate is type of Date ? - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] adate::Date is equiv. to adate if adate is type of Date ?
Date
Msg-id 372E560C.3D34AB5D@alumni.caltech.edu
Whole thread Raw
In response to adate::Date is equiv. to adate if adate is type of Date ?  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
>  btw, how I can find 'something' older than a month, i.e.
>  select * from titles
>   where adate::date > 'today'::Date - '1 month'::timespan;
 select * from titles  where adate::date < 'today'::Date - '1 month'::timespan;

??
                      - Tom

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] an older problem? hash table out of memory
Next
From: Todd Graham Lewis
Date:
Subject: Re: [HACKERS] XIDTAG ???