Re: [Patch] Implementation of DatabaseMetaData.getIndexInfo()

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [Patch] Implementation of DatabaseMetaData.getIndexInfo()
Дата
Msg-id 983523754.3a9f61aa11e3c@webmail.retep.org.uk
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Mount
Дата:
Сообщение: Re: Blobs and length +- 1
Следующее
От: Catalin CIOCOIU
Дата:
Сообщение: Re: JBuilder4