Re: Index on timestamp field, and now() - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Index on timestamp field, and now()
Date
Msg-id 200202121811.g1CIBvG01831@candle.pha.pa.us
Whole thread Raw
In response to Index on timestamp field, and now()  (Denis Perchine <dyp@perchine.com>)
List pgsql-general
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Tom Lane wrote:
> >> Correct, it's the now() function that's not cachable --- but you can get
> >> around that with the "timestamp 'now'" kluge.
>
> > Isn't CURRENT_TIMESTAMP the preferred method for this?
>
> Doesn't make any difference as far as this point is concerned.
> CURRENT_TIMESTAMP isn't cachable either.

My point was that CURRENT_TIMESTAMP in the more standard way; 'now' is a
PostgreSQL-ism.  Both work fine.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Index on timestamp field, and now()
Next
From: Tom Lane
Date:
Subject: Re: Index on timestamp field, and now()