Re: Streaming binary data into db, difference between

Поиск
Список
Период
Сортировка
От Andreas Prohaska
Тема Re: Streaming binary data into db, difference between
Дата
Msg-id A11D9B8C48C1D411AE0C000062A129947B1C67@ganymed.allocation.net
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andreas Prohaska
Дата:
Сообщение: Re: Streaming binary data into db, difference between Blob
Следующее
От: Dave Tenny
Дата:
Сообщение: Re: Streaming binary data into db, difference between Blob