jdbc lob and postgresql

From: "Anu Padki" <padki23(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: jdbc lob and postgresql
Date: 2007-12-12 19:09:46
Message-ID: fb353aa30712121109v4216eb3bx5bfbed0504a3e97e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2007-12-12 19:20:41 Altering field passed as parameter to plpgsql trigger
Previous Message Andreas Kretschmer 2007-12-12 18:49:49 Re: data type change on a view