jdbc lob and postgresql - Mailing list pgsql-general

From Anu Padki
Subject jdbc lob and postgresql
Date
Msg-id fb353aa30712121109v4216eb3bx5bfbed0504a3e97e@mail.gmail.com
Whole thread Raw
Responses Re: jdbc lob and postgresql
List pgsql-general
Hello all,

I am contemplating to use postgresql for a product that requires to manipulate many blobs.
From the documentation I am not clear if one has to use postgres api to insert/update/select blobs or one can use standard jdbc api?
Can I just execute a statement insert into (..) that has a blob and do a getBlob to retrieve it?
I really appreciate your time.
Thanks
- Ana

pgsql-general by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: data type change on a view
Next
From: Steve Crawford
Date:
Subject: Altering field passed as parameter to plpgsql trigger