|
Home > Archive > PostgreSQL JDBC > April 2005 > Info about driver
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Claudio Santi 2005-04-28, 9:23 am |
| 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".
This is an error or a problem?
TIA
Claudio Santi
| |
| Kris Jurka 2005-04-28, 9:23 am |
|
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
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere
" to majordomo@postgresql
.org)
| |
| Roland Walter 2005-04-28, 9:23 am |
| Claudio Santi schrieb:
> 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".
>
> This is an error or a problem?
I assume, you have an old JDBC-driver in your classpath.
I see the correct driver version:
"PostgreSQL 8.0 JDBC3 with SSL (build 311)"
regards, Roland.
--
Roland Walter
MOSAIC SOFTWARE AG
Telefon: 02225/882-411 Fax: 02225/882-201
http://www.mosaic-ag.com
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
|
|
|
|
|