Re: Deleting a list of external xinv/xinx files using JDBC

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: Deleting a list of external xinv/xinx files using JDBC
Дата
Msg-id 979636366.3a64108e75214@webmail.retep.org.uk
обсуждение исходный текст
Ответ на Deleting a list of external xinv/xinx files using JDBC  (xriley@encryptix.com)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: RE: ODBC and COPY
Следующее
От: Michael Stephenson
Дата:
Сообщение: Re: Patch for JDBC timestamp problems