Re: JDBC and Blobs - Mailing list pgsql-jdbc

From Craig Ringer
Subject Re: JDBC and Blobs
Date
Msg-id 485A5EC8.2030007@postnewspapers.com.au
Whole thread Raw
In response to JDBC and Blobs  (Dev <dev_hyd2001@yahoo.com>)
List pgsql-jdbc
Dev wrote:
> Hi,
>
> I have a field in my database table of type OID which is suppose to be used to store binary data. I plan on using the
setBloband getBlob methods for storing and retrieving entries from the table. Is that the right way to proceed? If I
deletea row in that table , will it delete the binary data as well from the database server? 

I haven't used it myself, but my understanding is that deleting the row
will NOT free the associated blob. The oid is only a reference to the blob.

You probably want the `lo' contrib module:

http://www.postgresql.org/docs/8.3/static/lo.html

--
Craig Ringer

pgsql-jdbc by date:

Previous
From: Dev
Date:
Subject: JDBC and Blobs
Next
From: "Albe Laurenz"
Date:
Subject: Re: JDBC and Blobs