Re: How to use JDBC to update LargeObject

From: Kris Jurka <books(at)ejurka(dot)com>
To: "Satish Burnwal (sburnwal)" <sburnwal(at)cisco(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: How to use JDBC to update LargeObject
Date: 2010-01-23 00:04:01
Message-ID: alpine.BSO.2.00.1001221903060.7579@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2010-01-23 16:39:46 Object types and ResultSets (java.sql.Struct)
Previous Message Satish Burnwal (sburnwal) 2010-01-22 04:53:32 Re: How to use JDBC to update LargeObject