Thread: PG Index

PG Index

From
akp geek
Date:
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

From
Chris Ernst
Date:
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