On Thu, 14 Sep 2006, viniciusasousa wrote:
>
> The following bug has been logged online:
>
> Bug reference: 2628
> PostgreSQL version: 8.0
> Description: jdbc2
> Details:
>
> I has problem:
>
> org.postgresql.jdbc2.Jdbc2DatabaseMetaData.locatorsUpdateCopy()Z
>
locatorsUpdateCopy is not part of the JDBC2 spec, but was added in JDBC3.
So you'll need to download the JDBC3 version.
Kris Jurka