PostgreSQL - Indexing Strategies
Why does this query fail?
SELECT indexrelname, idx_scan FROM pg_stat_user_indexes WHERE idx_scan > 100 ORDER BY idx_scan DESC LIMIT;
