Re: Bug #801: now() in transaction - Mailing list pgsql-bugs

From Bruno Wolff III
Subject Re: Bug #801: now() in transaction
Date
Msg-id 20021018130630.GB25210@wolff.to
Whole thread Raw
In response to Bug #801: now() in transaction  (pgsql-bugs@postgresql.org)
List pgsql-bugs
On Fri, Oct 18, 2002 at 07:23:29 -0400,
  pgsql-bugs@postgresql.org wrote:
> Bhuvan A (bhuvansql@myrealbox.com) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> now() in transaction
>
> Long Description
> I am using 7.2.1. now() returns same value ever, within transaction. If we use now() say 10 times in the same
transaction,all 10 times we are getting the same value, irrespect of the interval. 7.2 too behaves similar.  

This is how it is supposed to work. If you need the current time, rather
than transaction start time, use timeofday().

This is covered in the documentation.

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #801: now() in transaction
Next
From: Tom Lane
Date:
Subject: Re: Pg 7.2.3 int8 value out of range