PostgreSQL JDBC Driver for corresponding JDK/JVM.

Started by Tomonari Katsumataover 13 years ago2 messagesgeneral
Jump to latest
#1Tomonari Katsumata
katsumata.tomonari@po.ntts.co.jp

Hi,

I'm checking PostgreSQL JDBC Driver.
I've downloaded RPM for PostgreSQL JDBC Driver from Yum Repository.
http://yum.postgresql.org/8.3/redhat/rhel-5-x86_64/repoview/postgresql-jdbc.html

And I checked the contents.
It seems some drivers(for jdbc2, jdbc2ee, jdbc3), but
it is just same symbolic link to postgresql-jdbc-8.3.607.jar.

# ls -l postgresql*
postgresql-jdbc-8.3.607.jar
postgresql-jdbc.jar -> postgresql-jdbc-8.3.607.jar
postgresql-jdbc2.jar -> postgresql-jdbc.jar
postgresql-jdbc2ee.jar -> postgresql-jdbc.jar
postgresql-jdbc3.jar -> postgresql-jdbc.jar

I think I should change jar file corresponding JDK/JVM version.
http://jdbc.postgresql.org/download.html#others

Also, newer version(9.1-901) has one jar but I don't know
which version of JDK/JVM is corresponding.

# ls -l postgres*
postgresql91-jdbc-9.1.901.jar
postgresql91-jdbc.jar -> postgresql91-jdbc-9.1.901.jar

Which JDK/JVM version is corresponding ?

regards,
--------------
NTT Software Corporation
Tomonari Katsumata

#2Daniel Baktiar
dbaktiar@gmail.com
In reply to: Tomonari Katsumata (#1)
Re: PostgreSQL JDBC Driver for corresponding JDK/JVM.

Hi Tomonari,

AFAIK jdbc1, jdbc2, jdbc3 is not about the JDK version.
It is about which JDBC driver type.

http://en.wikipedia.org/wiki/Jdbc#Types

So there's nothing wrong with the yum repository.

On Tue, Oct 16, 2012 at 9:41 AM, Tomonari Katsumata <
katsumata.tomonari@po.ntts.co.jp> wrote:

Show quoted text

Hi,

I'm checking PostgreSQL JDBC Driver.
I've downloaded RPM for PostgreSQL JDBC Driver from Yum Repository.

http://yum.postgresql.org/8.3/redhat/rhel-5-x86_64/repoview/postgresql-jdbc.html

And I checked the contents.
It seems some drivers(for jdbc2, jdbc2ee, jdbc3), but
it is just same symbolic link to postgresql-jdbc-8.3.607.jar.

# ls -l postgresql*
postgresql-jdbc-8.3.607.jar
postgresql-jdbc.jar -> postgresql-jdbc-8.3.607.jar
postgresql-jdbc2.jar -> postgresql-jdbc.jar
postgresql-jdbc2ee.jar -> postgresql-jdbc.jar
postgresql-jdbc3.jar -> postgresql-jdbc.jar

I think I should change jar file corresponding JDK/JVM version.
http://jdbc.postgresql.org/download.html#others

Also, newer version(9.1-901) has one jar but I don't know
which version of JDK/JVM is corresponding.

# ls -l postgres*
postgresql91-jdbc-9.1.901.jar
postgresql91-jdbc.jar -> postgresql91-jdbc-9.1.901.jar

Which JDK/JVM version is corresponding ?

regards,
--------------
NTT Software Corporation
Tomonari Katsumata

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general