This is a discussion on postgresql 7.4 driver for java 5 within the pgsql Interfaces jdbc forums, part of the PostgreSQL category; --> Hello, Is there postgresql 7.4 driver to run on java 1.5? I prefer to keep old DB version and ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, Is there postgresql 7.4 driver to run on java 1.5? I prefer to keep old DB version and not to upgrade to 8 Thanks, Mark __________________________________________________ __________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/ ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| ||||
| On Tue, 27 Feb 2007, Mark wrote: > Is there postgresql 7.4 driver to run on java 1.5? > > I prefer to keep old DB version and not to upgrade to 8 > pg74.216.jdbc3.jar from http://jdbc.postgresql.org/download.html is what you're looking for. It won't compile under the 1.5 JDK, but it will run correctly. Kris Jurka ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |