Re: documentation error - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: documentation error
Date
Msg-id Pine.BSO.4.64.0902022338110.23680@leary.csoft.net
Whole thread Raw
In response to documentation error  (David Sun <ytytytytytyt@yahoo.com>)
List 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


pgsql-jdbc by date:

Previous
From: David Sun
Date:
Subject: documentation error
Next
From: Kris Jurka
Date:
Subject: Re: BUG: DatabaseMetaData.getColumns isn't case insensitive