Documentation problem with LargeObjectManager

From: David Goodenough <david(dot)goodenough(at)btconnect(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Documentation problem with LargeObjectManager
Date: 2008-03-30 19:16:34
Message-ID: 200803302016.35981.david.goodenough@btconnect.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2008-03-31 04:11:06 Re: Documentation problem with LargeObjectManager
Previous Message Kris Jurka 2008-03-29 22:12:30 Re: Issue with DataBaseMetaData.GetTypeInfo()