On Mon, 26 Apr 2004, Sumita Biswas wrote:
> Thanks for the response. You are right, CAR is our application. We have
> included the .jar file(pg73jdbc3.jar) that was bundled with the Postgres
> 7.3.4 database. But the issue here is that it does not support a
> functionality that is supported by Postgres 7.3.4 database. Is it
> possible that the jar file would not support some functionality that the
> database supports?
Sure, it takes a while for JDBC developers to catch up with new backend
functionality.
> IN that case can we procure the .jar file which
> supports the functionality without licensing formalities?
>
The JDBC driver is distributed under the same license as postgresql and
downloads from http://jdbc.postgresql.org/download.html are encumbered
with no more license restrictions than the jar file distributed with the
7.3.4 server.
Kris Jurka