On Tue, 18 Sep 2007, Berkes Alexander wrote:
> Could it be possible, that pgjdbc had this implemented correctly in a
> prior version? I am not sure about that.....
It's never been implemented.
> Another question: I would like to help developing the driver but was not
> able to integrate the pgjdbc source code into eclipse. What
> tools/plugins etc. do I need to handle the Driver.java.in classe
> correctly?
>
We use ant to build the driver and we use it's replacement system to copy
Driver.java.in to Driver.java with slight modification, see build.xml for
more details.
Kris Jurka