Re: getObject() returns integer instead of LargeObject - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: getObject() returns integer instead of LargeObject
Date
Msg-id Pine.BSO.4.56.0507221340260.3242@leary.csoft.net
Whole thread Raw
In response to getObject() returns integer instead of LargeObject handle ?  (Marc Herbert <Marc.Herbert@emicnetworks.com>)
Responses Re: getObject() returns integer instead of LargeObject
List pgsql-jdbc

On Fri, 22 Jul 2005, Marc Herbert wrote:

>  Is there some good reason for getObject(<some oid column>) to return the
> bare oid integer instead of the actual LargeObject handle ?

This makes the assumption that the only use of oids is for large objects.
What if someone wrote SELECT oid,relname FROM pg_class?

Kris Jurka

pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Timestamp Conversion Woes Redux
Next
From: Kris Jurka
Date:
Subject: Re: [BUGS] BUG #1780: JDBC driver "setNull" throws for BLOB and CLOB