Re: Postgres DB

From: Kris Jurka <books(at)ejurka(dot)com>
To: Sumita Biswas <sbiswas(at)cisco(dot)com>
Cc: 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres DB
Date: 2004-04-27 04:26:18
Message-ID: Pine.BSO.4.56.0404262320390.28677@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sumita Biswas 2004-04-27 04:33:07 Re: Postgres DB
Previous Message wespvp 2004-04-27 04:00:02 Re: thread_test.c problems