Re: SET TIME ZONE with GMT+X notation

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

Yep.  I understand that.  We're having some issues
with our application where gradually the values from
CURRENT_TIMESTAMP fall further and further behind.
As far as we know, we don't have any transactions
open.  We are, however, using PHP's pg_pconnect()
function to connect to the database.  The only thing
I can think of is that perhaps a transaction is left
hanging (perhaps due to abnormal termination of a
process), and then another process picks up that
pooled connection and "inherits" the open transaction?
It doesn't make a lot of sense, but it's the only
thing I can think of.

-Jason Priebe


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

В списке pgsql-general по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: query tuning
Следующее
От:
Дата:
Сообщение: Re: more timeofday() and "set time zone" weirdness