Re: RE: Re: deleting large objects from jdbc

From: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
To: heatherm(at)famoice(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: RE: Re: deleting large objects from jdbc
Date: 2001-08-09 08:04:38
Message-ID: h6g4nt08phj10gs2o3sletc8s8ajcchcmc@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 9 Aug 2001 14:58:13 +1000, Heather wrote:
[delete Lob when no longer referenced]
>Shouldn't the JDBC driver fix up things like that though?

Its not an interface issue. You'll see exactly the same
behaviour using the interfaces for C/C++, Perl, Python etc.

This is not something an interface can easily fix. The driver on
the client side does not know if there are any rows referencing
the Lob.

If this needs to be changed, it would have to be changed on the
backend. Barry suggested last week to eventually change the
Blob-implementation to the toast model. That would make a Blob
part of a row and the delete kludge would no longer be needed.

Regards,
René Pijlman

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rene Pijlman 2001-08-09 08:17:33 Re: Re: JDBC 2.0 conformance, documentation and todo list
Previous Message heatherm 2001-08-09 04:58:13 RE: Re: deleting large objects from jdbc