Re: SET TIME ZONE with GMT+X notation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SET TIME ZONE with GMT+X notation
Дата
Msg-id 10916.1060806210@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SET TIME ZONE with GMT+X notation  (jason_priebe@yahoo.com (Jason Priebe))
Ответы Re: SET TIME ZONE with GMT+X notation
Список 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 по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Commercial support?
Следующее
От: Kathy zhu
Дата:
Сообщение: Re: Sorting Problem