getSuperTables

From: Paolo Ambrosio <p(dot)ambrosio(at)tecnoteca(dot)it>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: getSuperTables
Date: 2010-04-29 12:49:29
Message-ID: 21934325.2411272545369820.JavaMail.root@zimbra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 tried it with PostgreSQL 8.4, and I don't know the structure of the catalog for version 7, so it throws an exception if the server 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 Content-Type Size
pgjdbc-getsupertables.diff text/x-patch 3.8 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Pavel Milovantsev 2010-04-30 16:03:28 Unified setBlobs / setBinaryStream question
Previous Message Olivier Bouiron 2010-04-28 07:45:11 Re: [Jdbc-commits] JDBC and real values returned by Postgres