On Aug 28, 2007, at 16:55 , D. Dante Lorenso wrote:
> RETURN time + (days || ' days')::INTERVAL;
It's bad practice to concatenate like this. Use time + days * interval '1 day' and be done with it.
Michael Glaesemanngrzm seespotcode net