RE: [GENERAL] JBuilder4 JDBC Explorer - Mailing list pgsql-jdbc

From Peter T Mount
Subject RE: [GENERAL] JBuilder4 JDBC Explorer
Date
Msg-id 986460334.3acc30ae46a78@webmail.retep.org.uk
Whole thread Raw
List pgsql-jdbc
Quoting "Norman J. Clarke" <norman@combimatrix.com>:

> John,
>
> I had the same problem when I was running 7.0.3 - I may be wrong, but
> it seems the driver's presentation of the system catalog is pretty
> limited, so that's what you're stuck with.

Partly the values passed to getTables() defining what are Tables, System tables
etc are not defined in the standard, and also not having access to JBuilder
until recently hampered fixing it.

> The newer 7.1 driver does not suffer from this problem, but I am not
> sure if it's backwards-compatible with 7.0.3.

No, as the system tables in 7.1 differ to 7.0.x, and the queries behind some of
the MetaData methods are different.

> I am running 7.1RC2 with its
> included JDBC driver and it works very nicely for me.

Should do as JBuilder4 Enterprise is what I'm using as an IDE now.

Peter

--
Peter Mount peter@retep.org.uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

pgsql-jdbc by date:

Previous
From: Peter T Mount
Date:
Subject: Re: How connect JDBC
Next
From: "Heather Grace"
Date:
Subject: Re: RE: [GENERAL] JBuilder4 JDBC Explorer