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