"Campbell, Lance" <lance@uiuc.edu> writes:
> select * from pg_stat_all_indexes;
> My hope was to see if my indexes are being used. The values I got were
> all 0's for the columns: idx_scan, idx_tup_read, and idx_tup_fetch.
You aren't collecting these stats:
> #stats_block_level = off
> #stats_row_level = off
regards, tom lane