On Mon, 11 Dec 2006, Albe Laurenz wrote:
> In the driver source code, I see that the OID is treated as 'int',
>
> So accessing Large Objects with OID > 2147483647 as BLOB will not
> work, right? I think that 'long' would be more appropriate than 'int'.
>
> Is this problem known?
>
Yes, see the thread starting here:
http://archives.postgresql.org/pgsql-jdbc/2006-02/threads.php#00052
Two solutions were proposed, neither of which have been implemented.
Kris Jurka