Re: Documentation problem with LargeObjectManager

From: David Goodenough <david(dot)goodenough(at)btconnect(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Documentation problem with LargeObjectManager
Date: 2008-03-31 21:07:15
Message-ID: 200803312207.16372.david.goodenough@btconnect.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Monday 31 March 2008, Kris Jurka wrote:
> On Mon, 31 Mar 2008, David Goodenough wrote:
> > It may not be in the documentation, but the compiler reports it.
>
> I'm not sure what you're seeing. Take a look at the source code for the
> 8.2 driver series [1]. In LargeObjectManager circa line 238 you can see
> that createLO(int) is not marked deprecated.
>
> Kris Jurka
>
> [1]
> http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/larg
>eobject/LargeObjectManager.java?annotate=1.20.2.1

Looks like it might have been a typo on my part. The create methods
are now deprecated, but the createLO methods are not.

David

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2008-03-31 23:26:29 How embarrassing: optimization of a one-shot query doesn't work
Previous Message Kris Jurka 2008-03-31 18:58:18 Re: Documentation problem with LargeObjectManager