Re: [ADMIN] Problems with Large Objects using Postgres 7.2.1 - Mailing list pgsql-jdbc

From Chris White
Subject Re: [ADMIN] Problems with Large Objects using Postgres 7.2.1
Date
Msg-id 013501c2fee0$bb42ecd0$ff926b80@amer.cisco.com
Whole thread Raw
In response to Re: [ADMIN] Problems with Large Objects using Postgres 7.2.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [ADMIN] Problems with Large Objects using Postgres 7.2.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [ADMIN] Problems with Large Objects using Postgres 7.2.1  (Barry Lind <blind@xythos.com>)
List pgsql-jdbc
How do I do that?

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org]On Behalf Of Tom Lane
Sent: Wednesday, April 09, 2003 2:31 PM
To: cjwhite@cisco.com
Cc: pgsql-jdbc@postgresql.org; pgsql-admin@postgresql.org
Subject: Re: [JDBC] [ADMIN] Problems with Large Objects using Postgres
7.2.1


"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


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: [ADMIN] Problems with Large Objects using Postgres 7.2.1
Next
From: Tom Lane
Date:
Subject: Re: [ADMIN] Problems with Large Objects using Postgres 7.2.1