Re: Info about driver

From: Kris Jurka <books(at)ejurka(dot)com>
To: Claudio Santi <claudio(dot)santi(at)irpe(dot)it>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Info about driver
Date: 2005-04-28 13:22:14
Message-ID: Pine.BSO.4.56.0504280820480.30994@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 28 Apr 2005, Claudio Santi wrote:

> All version 8 of the driver JDBC (postgresql-8.0-310.jdbc3.jar,
> postgresql-8.0-311.jdbc2.jar, postgresql-8.1dev-400.jdbc2.jar ...)
> return the same information with getDriverVersion():
> "PostgreSQL 7.3.3 JDBC3 jdbc driver build 110".
>

You apparently have an old driver version somewhere in your classpath or
java environment. If you really have an 8.0 or greater version available
as well, try "java org.postgresql.util.PSQLDriverVersion" this will tell
you where it has found the driver it has loaded.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Roland Walter 2005-04-28 13:27:49 Re: Info about driver
Previous Message Claudio Santi 2005-04-28 12:38:34 Info about driver