How to use JDBC to update LargeObject

From: "Satish Burnwal (sburnwal)" <sburnwal(at)cisco(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: How to use JDBC to update LargeObject
Date: 2010-01-21 07:39:51
Message-ID: 3A8C969225424C4D8E6BEE65ED8552DA89D653@XMB-BGL-41C.cisco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I am using 8.1 Postgre JDBC. I want to know how can I use JDBC to
update the contents of a LargeObject. For example, say I have created
a LO for a file with 1 Mb of data. Later on, file contents have
changed and are now just 100 kb and I want to update the LO. When I
try to write to a large object using the method largeObject.write(byte
[], off, len), it seems to be updating the first 100 kb data, not
really replacing the existing 100 MB with the new data. pg_largeobject
table still shows the same number of rows. Any idea how can I update
the contents of a large object.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Heikki Linnakangas 2010-01-21 07:56:53 Re: How to use JDBC to update LargeObject
Previous Message John T. Dow 2010-01-20 14:07:58 Re: refreshRow is slow