Re: SET TIME ZONE with GMT+X notation - Mailing list pgsql-general

From Tom Lane
Subject Re: SET TIME ZONE with GMT+X notation
Date
Msg-id 10916.1060806210@sss.pgh.pa.us
Whole thread Raw
In response to SET TIME ZONE with GMT+X notation  (jason_priebe@yahoo.com (Jason Priebe))
Responses Re: SET TIME ZONE with GMT+X notation  (<jason_priebe@yahoo.com>)
List pgsql-general
jason_priebe@yahoo.com (Jason Priebe) writes:
> Note that it uses timeofday() for the default for one timestamp and
> "now" for the default for the other (we've been experimenting with the
> differences between the two, as we've seen some serious drift in the
> values returned by "now" -- but that's another story).

Uh, have you read
http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=functions-datetime.html#FUNCTIONS-DATETIME-CURRENT

particularly the point about

  It is important to realize that CURRENT_TIMESTAMP and related functions
  return the start time of the current transaction; their values do not
  change during the transaction. timeofday() returns the wall clock time
  and does advance during transactions.


            regards, tom lane

pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Commercial support?
Next
From: Kathy zhu
Date:
Subject: Re: Sorting Problem