> i'm have installed latest version of postgresql which is 7.2
> why i can not use timestamp('now') or time('now') ?
> it said : ERROR: parser: parse error at or near "'"
Those two words have become a little more reserved. If you go
"timestamp"('now') or "time"('now') it should work.
Even better, I think you can go timestamp 'now' or time 'now' instead
IIRC.
Chris