Re: Issue with now() within a transaction in

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Issue with now() within a transaction in
Дата
Msg-id 1088728236.1532.71.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Issue with now() within a transaction in pg74.213.jdbc.jar  ("John Pagakis" <thebfh@toolsmythe.com>)
Список pgsql-jdbc
this has nothing to do with jdbc, it is more to do with the way now() is
determined. From your explanation it is determined at the end of the
transaction, or when the transaction is committed.

Dave
On Thu, 2004-07-01 at 17:47, John Pagakis wrote:
> Most of my tables have a last update date and during some testing in
> Postgres 7.4.1 I noticed that the last_update date was slightly in the past
> for anything updated within a transaction.  The amount it is off by seems to
> vary: as little as 30 seconds; as much as a couple of minutes.
>
> Tables updated outside of a transaction seem to have an accurate timestamp.
> If I setAutoCommit(true) instead of setAutoCommit(false) and comment out my
> commit/rollbacks, the timestamp is accurate.  Within a transaction, it is as
> though I have set the WayBack machine for a random trip 1/2 - 2 minutes back
> in time.
>
> I am using pg74.213.jdbc.jar.  Is there a more current driver?
>
> Has anyone else noticed this?  Is anyone looking at it?
>
> __________________________________________________________________
> John Pagakis
> Email: ih8spam_thebfh@toolsmythe.com
> remove the ih8spam_ and you'll find me
>
> "I don't know the meaning of the word
>  surrender!  I mean I know it, I'm not
>  dumb, just not in this context."
>         -- The Tick
>
> This signature generated by
>      ... and I Quote!!(tm) Copyright (c) 1999 SpaZmodic Frog Software, Inc.
>                                               www.spazmodicfrog.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
--
Dave Cramer
519 939 0336
ICQ # 14675561


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

Предыдущее
От: "John Pagakis"
Дата:
Сообщение: Issue with now() within a transaction in pg74.213.jdbc.jar
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Issue with now() within a transaction in pg74.213.jdbc.jar