Re: Deleting a list of external xinv/xinx files using JDBC - Mailing list pgsql-interfaces

From Peter T Mount
Subject Re: Deleting a list of external xinv/xinx files using JDBC
Date
Msg-id 979636366.3a64108e75214@webmail.retep.org.uk
Whole thread Raw
In response to Deleting a list of external xinv/xinx files using JDBC  (xriley@encryptix.com)
List pgsql-interfaces
Quoting xriley@encryptix.com:

> I'm using the JDBC setBytes to insert a list of large object blobs.  
> The side-effect of this is two external files (xinvOID and xinxOID) 
> for every blob inserted.
>  
> If I use a JDBC delete sql statement to delete the records
> containing the blobs,  the external xin* files are not deleted.
>  
> Is this by design? If so, is there a work around for deleting
> a LIST of records AND the associated external blob file?

Yes this is by design (in the backend) as there is no real link between your 
table and the blob. If you look under /contrib you will find ways of fixing 
this using triggers that watch your table and when a row containing a blob is 
deleted or the blob amended then the old blob is deleted in the background.

Peter

-- 
Peter Mount peter@retep.org.uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/


pgsql-interfaces by date:

Previous
From: Dave Page
Date:
Subject: RE: ODBC and COPY
Next
From: Michael Stephenson
Date:
Subject: Re: Patch for JDBC timestamp problems