View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 01:37 AM
Kris Jurka
 
Posts: n/a
Default Re: postgresql 7.4 driver for java 5



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

Reply With Quote