Re: Streaming binary data into db, difference between

From: Andreas Prohaska <ap(at)apeiron(dot)de>
To: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Streaming binary data into db, difference between
Date: 2003-09-10 14:19:38
Message-ID: A11D9B8C48C1D411AE0C000062A129947B1C67@ganymed.allocation.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Fernando Nasser 2003-09-10 14:20:04 Re: Streaming binary data into db, difference between Blob
Previous Message Nicolas Modrzyk 2003-09-10 14:19:24 Re: Streaming binary data into db, difference between Blob