From: | Fernando Nasser <fnasser(at)redhat(dot)com> |
---|---|
To: | Carlos Correia <carlos(at)m16e(dot)com> |
Cc: | Dave Cramer <Dave(at)micro-automation(dot)net>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Strange behaviour of JDBC driver for PostgreSQL |
Date: | 2002-12-18 16:28:51 |
Message-ID: | 3E00A243.40106@redhat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Carlos Correia wrote:
>
> Dave Cramer wrote:
>
>> Carlos,
>>
>> Is this a new message today, or one from yesterday?
>>
>>
> Dave,
>
> It is the same messge, but as I think that everyone is misunderstooding
> the problem, I'll try to resume it:
>
> 1. I don't know why the driver reports version 6.5.2, as I don't have
> such a version.
The JDBC driver receives the version from the database backend when
connecting and that is what is printed by the
getDatabaseProductVersion() function. There is no way it can generate a
6.x.x version number by itself.
You _must_ be connecting to a 6.5.2 backend.
--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9
From | Date | Subject | |
---|---|---|---|
Next Message | Carlos Correia | 2002-12-18 17:55:29 | Re: Strange behaviour of JDBC driver for PostgreSQL |
Previous Message | Fernando Nasser | 2002-12-18 15:13:39 | Re: Strange behaviour of JDBC driver for PostgreSQL |