Re: Streaming binary data into db, difference between - Mailing list pgsql-jdbc

From Andreas Prohaska
Subject Re: Streaming binary data into db, difference between
Date
Msg-id A11D9B8C48C1D411AE0C000062A129947B1C67@ganymed.allocation.net
Whole thread Raw
List pgsql-jdbc
> > I assume that I can use this to read and write Blobs, not to delete them
> > since the LargeObject wouldn't be unlinked.
> >
>
> Neither to create.  But you can use the org.postgresql.largeobject
> extension both to create and to delete (unlink).
>

Why not? AbstractJdbc2Statement.setBlob(int, Blob) should create
new Blobs. Am I missing something?

I can delete unreferenced blobs easily with some kind of cron job.

pgsql-jdbc by date:

Previous
From: Andreas Prohaska
Date:
Subject: Re: Streaming binary data into db, difference between Blob
Next
From: Dave Tenny
Date:
Subject: Re: Streaming binary data into db, difference between Blob