Re: [GENERAL] Question on timestamp in psql

From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: Robert Rothe <rrothe(at)mindspring(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Question on timestamp in psql
Date: 2000-01-11 19:13:28
Message-ID: 387B80D8.6223C834@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Robert Rothe wrote:

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

Try
select timestamp(now());

Cheers,
Ed Loehr

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 2000-01-11 19:28:41 Re: [GENERAL] logs
Previous Message Jeff Eckermann 2000-01-11 19:01:58 RE: [GENERAL] Memory leak in FreeBSD?