Martin Hampl wrote:
> Hi,
>
> Is there a way to get information about the indexes I have defined on a
> database?
Uh, SELECT * FROM pg_index, and join that to pg_class. You can do \di
too from psql.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073