Thread: https://wiki.postgresql.org/wiki/Index_Maintenance

https://wiki.postgresql.org/wiki/Index_Maintenance

From
Alexander Yereschenko
Date:
Dear All,

Thank you for the great and useful resource!

Could you please check it might be necessary to add 
    LEFT JOIN pg_stat_all_indexes psai ON i.indexrelid = psai.indexrelid and psai.schemaname=t.schemaname
condition into 

Index size/usage statistics

page to link only exact objects if some table name duplicates exist between the schemas? Maybe, it's just my unique situation, though.

Good luck with the further improvements of PostgresSQL!

Yours sincerely,
Alexander