BLOBs etc

From: Sven Köhler <skoehler(at)upb(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: BLOBs etc
Date: 2005-01-07 02:17:06
Message-ID: crkrbc$t8c$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

on the jdbc-webpages it says, that the JDBC team may decide to change
getBLOBG/setBLOB to support bytea only, and that one should use the
PostGreSQL specific LargeObject extension to acces them.

Well, how should one be abled to use the LargeObjects extension, when
ConnectionPools are used? The Connection object supplied by the
ConnectionPool implementation is usually not the one supplied by the
JDBC driver and therefor the object cannot be casted to PGConnection
anymore. So the LargeObject extension cannot be used anymore like
suggested on the page
http://www.postgresql.org/docs/7.4/static/jdbc-binary-data.html

Is there any kind of support for storing data in oid-columns which will
work with ConnectionPool implementations?

Thx
Sven

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-01-07 02:40:25 Re: BLOBs etc
Previous Message Oliver Jowett 2005-01-06 21:30:41 Re: Removing our datasource/pooling implementation.