Re: documentation error

From: Kris Jurka <books(at)ejurka(dot)com>
To: David Sun <ytytytytytyt(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: documentation error
Date: 2009-02-03 04:39:29
Message-ID: Pine.BSO.4.64.0902022338110.23680@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 2 Feb 2009, David Sun wrote:

> in the page
> http://jdbc.postgresql.org/documentation/81/callproc.html
> the line in the example
> proc.registerOutParameter(1, Types.Other);
> should have the word "Other" all uppercase, or it won't compile
> (also you must import java.sql.Types)

Thanks for the report (and yes, this is the place to do it). I've fixed
this in CVS, but it will be a while before it gets to the website.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2009-02-03 04:43:40 Re: BUG: DatabaseMetaData.getColumns isn't case insensitive
Previous Message David Sun 2009-02-03 04:21:45 documentation error