> 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