Re: Performance of a query

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Edmund Dengler <edmundd(at)eSentire(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Performance of a query
Date: 2003-06-12 01:11:02
Message-ID: 20030612011102.GA20794@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 11, 2003 at 20:51:39 -0400,
Edmund Dengler <edmundd(at)eSentire(dot)com> wrote:
> Doesn't seem to exist.
>
> select current_user; ==> works.
>
> select local_timestamp; ==> "ERROR: Attribute "local_timestamp" not
> found".
>
> Is this perhaps a deprecated constant? (Currently running 7.3.3)

There isn't an underline. Sorry about that. It is in both 7.3 and 7.4.
Its documented under date time functions under operators and functions.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edmund Dengler 2003-06-12 01:13:52 Re: Performance of a query
Previous Message Edmund Dengler 2003-06-12 00:51:39 Re: Performance of a query