Re: [GENERAL] CURRENT_TIMESTAMP - Mailing list pgsql-sql

From Christoph Haller
Subject Re: [GENERAL] CURRENT_TIMESTAMP
Date
Msg-id 3D9055BD.5AA86176@rodos.fzk.de
Whole thread Raw
List pgsql-sql
>
> Christoph Haller wrote:
> > Hi pgsql-sql list,
> > I did some testing around tables using a column
> > timestamp with time zone not null default now().
> > I have noticed a valuable feature:
> > As long as being inside a transaction initiated by
> > begin;
> > the return value of the now() function does not change.
> > Is this intended - as written in the documentation?
> > Can I rely on it, so future releases of PostgreSQL
> > will act the same.
>
> Yes, this is intended and will not change.
>
> --
>   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
>
I vote the now() behaviour not to change.

Regards, Christoph





pgsql-sql by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: [GENERAL] CURRENT_TIMESTAMP
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] CURRENT_TIMESTAMP