Re: JDBC 4 Compliance

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC 4 Compliance
Date: 2013-06-25 02:03:46
Message-ID: 51C8FA82.7040004@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 6/24/2013 6:16 PM, David Johnston wrote:
>> speaking as a user and system administrator, I would NOT want to need to
>> >use different JAR files for each {jvm,postgres} version. that would be a
>> >nightmare.
>> >
>> >we have a LOT of systems in our manufacturing operations that are
>> >running older versions of {os, postgres, jvm} for various reasons, not
>> >the least of which is upgrades often break things in very non-obvious
>> >ways.
> I really don't see how this a problem in the normal case where you'd pick a
> JAR and then simply ignore upgrading as time progresses - just like you are
> doing with everything else.

currently, we bundle the postgresql.jar with our applications, and we
don't know what combination of systems it might end up being run on ...
the same package might land on solaris or AIX or Linux or even MS
Windows, and it might be run with anything from Java 1.5 or newer. The
postgresql server might be 8.3, 8.4, 9.x. as most of our deployments
end up deep in our Asian factories, the development group has little
control over the final runtime environment, and quite often new releases
of our packages are installed as application upgrades on existing
infrastructure hardware.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vitalii Tymchyshyn 2013-06-25 06:28:03 Re: JDBC 4 Compliance
Previous Message David Johnston 2013-06-25 01:16:14 Re: JDBC 4 Compliance