getSuperTables - Mailing list pgsql-jdbc

From Paolo Ambrosio
Subject getSuperTables
Date
Msg-id 21934325.2411272545369820.JavaMail.root@zimbra
Whole thread Raw
Responses Re: getSuperTables  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hello,

I need the JDBC3 method getSuperTables for a software I'm working on.

I have implemented it using syntax and coding guidelines as close as possible to the rest of the surronding code. I
triedit with PostgreSQL 8.4, and I don't know the structure of the catalog for version 7, so it throws an exception if
theserver version not at least 8.0. 

I am attaching the patch and I would appreciate if someone could take a look at it, and perhaps commit it into the cvs
repository.


Regards,
Paolo

Attachment

pgsql-jdbc by date:

Previous
From: Olivier Bouiron
Date:
Subject: Re: [Jdbc-commits] JDBC and real values returned by Postgres
Next
From: Pavel Milovantsev
Date:
Subject: Unified setBlobs / setBinaryStream question