Re: [JDBC] Problems with Large Objects using Postgres 7.2.1 - Mailing list pgsql-admin

From Tom Lane
Subject Re: [JDBC] Problems with Large Objects using Postgres 7.2.1
Date
Msg-id 10160.1049923875@sss.pgh.pa.us
Whole thread Raw
In response to Re: [JDBC] Problems with Large Objects using Postgres 7.2.1  ("Chris White" <cjwhite@cisco.com>)
Responses Re: [JDBC] Problems with Large Objects using Postgres 7.2.1
List pgsql-admin
"Chris White" <cjwhite@cisco.com> writes:
> The first and second are over the same connection. The third is over a
> different connection, but issued after the second transaction has completed.

Oh?  At this point I'm prepared to bet that the second transaction isn't
really committed when you think it is.  Perhaps the "COMMIT" command
isn't getting flushed out to the backend on time.  You might want to
turn on query logging and watch to see exactly what happens when.

            regards, tom lane


pgsql-admin by date:

Previous
From: "Chris White"
Date:
Subject: Re: [JDBC] Problems with Large Objects using Postgres 7.2.1
Next
From: "Chris White"
Date:
Subject: Re: [JDBC] Problems with Large Objects using Postgres 7.2.1