Writing Large Objects - Mailing list pgsql-jdbc

From Chris White
Subject Writing Large Objects
Date
Msg-id 008d01c231c3$a72615f0$ff926b80@amer.cisco.com
Whole thread Raw
Responses Re: Writing Large Objects
List pgsql-jdbc
Documentation states that you must perform large object calls within a transaction. Do I need to do a commit when I have written the large object or does the close() on the object commit the object to the database. The reason I ask, is that I want to commit the object to the database independently of updating tables which will contain the objects oid.
 
Chris White

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Connection Pool
Next
From: "Chris White"
Date:
Subject: Multi-thread use of a connection