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