Robert Rothe wrote:

> When I type the following at the psql prompt:
>
> select timestamp('now');

Try
    select timestamp(now());

Cheers,
Ed Loehr



************

Reply via email to