Re: [Patch] Implementation of DatabaseMetaData.getIndexInfo() - Mailing list pgsql-jdbc

From Peter T Mount
Subject Re: [Patch] Implementation of DatabaseMetaData.getIndexInfo()
Date
Msg-id 983523754.3a9f61aa11e3c@webmail.retep.org.uk
Whole thread Raw
List pgsql-jdbc
Quoting William Webber <william@live.com.au>:

> Hi all!
>
> I'm reposting this from postgresql-patches, where it didn't seem to
> get picked up.  It's a patch implementing

It's probably in my todo folder. It's quite easy to miss the odd patch or two
with the amount of email I get, which was one of the reasons for creating the
jdbc list. JDBC Patches are best sent here not to patches.

> DatabaseMetaData.getIndexInfo().  Please see attached files.

I'll take a look shortly (quietish morning at work ;-) ).

One comment, getArray() isn't supported as I'm not sure how we would implement
it. The JDBC idea of an array is totally alien to what PostgreSQL thinks of an
array. That is why I left it out of 7.1.

Any ideas on implementing it would be useful (otherwise it's going to be
another custom api for 7.2).

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 Mount
Date:
Subject: Re: Blobs and length +- 1
Next
From: Catalin CIOCOIU
Date:
Subject: Re: JBuilder4