Documentation problem with LargeObjectManager - Mailing list pgsql-jdbc

From David Goodenough
Subject Documentation problem with LargeObjectManager
Date
Msg-id 200803302016.35981.david.goodenough@btconnect.com
Whole thread Raw
Responses Re: Documentation problem with LargeObjectManager  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
In http://jdbc.postgresql.org/documentation/82/binary-data.html it says that
the return from LargeObjectManager.create is a long, but the actual code
seems to return an int, which is also what the read and write methods seem
to want as OID.   Is this a code or a documentation problem?  The docs are
the same for 8.3.

David


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Issue with DataBaseMetaData.GetTypeInfo()
Next
From: Kris Jurka
Date:
Subject: Re: Documentation problem with LargeObjectManager