Обсуждение: PG Index

Поиск
Список
Период
Сортировка

PG Index

От
akp geek
Дата:
Hi All -

          Is there way to the list of indexes created for all the tables in postgres? can you please help


Regards
Venkat

Re: PG Index

От
Chris Ernst
Дата:
SELECT * from pg_stat_user_indexes;

On 01/07/2010 02:23 PM, akp geek wrote:
> Hi All -
>
>           Is there way to the list of indexes created for all the tables
> in postgres? can you please help
>
>
> Regards
> Venkat