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

From Jean-Luc Lachance
Subject Re: [GENERAL] CURRENT_TIMESTAMP
Date
Msg-id 3D989C33.D4ED849D@nsd.ca
Whole thread Raw
In response to Re: [GENERAL] CURRENT_TIMESTAMP  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
OK, forget system_clock() or clock() timeofday() will do.


Jean-Luc Lachance wrote:
>
> How can you make a difference between now('statement'), and
> now('immediate').
> To me they are the same thing. Why not simply now() for transaction, and
> now('CLOCK') or better yet system_clock() or clock() for curent time.
>
> JLL

pgsql-sql by date:

Previous
From: Jean-Luc Lachance
Date:
Subject: Re: [GENERAL] CURRENT_TIMESTAMP
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] CURRENT_TIMESTAMP