Re: How to use JDBC to update LargeObject - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: How to use JDBC to update LargeObject
Date
Msg-id alpine.BSO.2.00.1001221903060.7579@leary.csoft.net
Whole thread Raw
In response to Re: How to use JDBC to update LargeObject  ("Satish Burnwal (sburnwal)" <sburnwal@cisco.com>)
List pgsql-jdbc

On Fri, 22 Jan 2010, Satish Burnwal (sburnwal) wrote:

> I am using Postgres 8.1 where truncate feature is not supported. Can you
> pls confirm this ? This is src code in 8.3-605 AbstractJdbc2BlobClob
> class and I do get the exception:

OK, then you cannot re-use the existing blob.  You've got to remove the
old one and create a new one.

Kris Jurka

pgsql-jdbc by date:

Previous
From: "Satish Burnwal (sburnwal)"
Date:
Subject: Re: How to use JDBC to update LargeObject
Next
From: Thomas Kellerer
Date:
Subject: Object types and ResultSets (java.sql.Struct)