| From: | Kris Jurka <books(at)ejurka(dot)com> |
|---|---|
| To: | Thomas Kellerer <spam_eater(at)gmx(dot)net> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: jdbc lob and postgresql |
| Date: | 2007-12-13 14:54:53 |
| Message-ID: | Pine.BSO.4.64.0712130949360.6781@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, 13 Dec 2007, Thomas Kellerer wrote:
> Can you point me to the manual for these types of BLOBs are described? The
> "Data Types" chapter does not list them as far as I can tell.
>
Apparently the only documentation appears to be in the client interfaces
section...
http://www.postgresql.org/docs/8.2/static/largeobjects.html
The JDBC documentation describes some of the tradeoffs between oid and
bytea data types, but doesn't describe the getBlob/setBlob API, only a PG
specific version.
http://jdbc.postgresql.org/documentation/82/binary-data.html
Kris Jurka
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2007-12-13 15:10:09 | Re: timestamp with time zone |
| Previous Message | Tomasz Ostrowski | 2007-12-13 14:50:13 | Re: copy a large table raises out of memory exception |