Re: getIndexInfo() not returning operator classes

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: getIndexInfo() not returning operator classes
Дата
Msg-id Pine.BSO.4.61.0511100152300.25311@leary.csoft.net
обсуждение исходный текст
Ответ на getIndexInfo() not returning operator classes  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: getIndexInfo() not returning operator classes  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-jdbc

On Thu, 10 Nov 2005, Thomas Kellerer wrote:

> when I call getIndexInfo() it correctly returns the definition for function
> based indexes, but it does not return operator classed.
>
> An index: create index idx_foo on foo(bar varchar_pattern_ops);
>
> will show up as "bar" only in the definition column of the result set.

I'm not sure where you'd like to see the opclass displayed in the results
of getIndexInfo.  Also consider that every indexed column has a opclass,
the default or a user specified one.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Srivats"
Дата:
Сообщение: Getting param names
Следующее
От: Rob Kirkbride
Дата:
Сообщение: More Verbose Logging of Statements