Re: What is "objsubid"? - Mailing list pgsql-jdbc

From Remigius Stalder
Subject Re: What is "objsubid"?
Date
Msg-id 002c01c2a694$ab97d420$8401a8c0@descom.local
Whole thread Raw
In response to What is "objsubid"?  ("M. A. Sridhar" <m_a_sridhar@yahoo.com>)
Responses Re: What is "objsubid"?  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hi,

I have had the same problem as M. A. Sridhar, with pg 7.1.3 when trying to
reverse a schema with Torque 3.0 stable.

My solution: downgrade to pd-jdbc driver version 7.2, which still supports
7.1 meta data.

http://jdbc.postgresql.org/download/pg72jdbc1.jar (JDK 1.1)
http://jdbc.postgresql.org/download/pg72jdbc2.jar (JDK 1.2, 1.3, 1.4)

To Kris Jurka: As you may be aware of, it is not always possible to upgrade
a production environment at any time, like installing a new WinZip on my
desktop. Normally, this must be carefully evaluated and planned. So your
suggestion to upgrade may not be feasible under usual circumstances.
Therefore it would be nice if existing features (i.e. pg 7.1 meta data) were
not broken in subsequent driver versions. IMHO meta data is a weak point in
the pd jdbc driver. I have not encountered many combinations of pg server/pg
jdbc driver that worked correctly.

Best regards,

Remigius Stalder
Descom Consulting Ltd.
Gerbergasse 16
CH-4001 Basel
http://www.descom-consulting.ch


pgsql-jdbc by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: Conversion between UNICODE and LATIN1 is not supported
Next
From: Carlos Correia
Date:
Subject: Re: Strange behaviour of JDBC driver for PostgreSQL