Skip to content

Commit 8c427d1

Browse files
Refactor bloating.sql to use relname instead of tablename for consistency with PostgreSQL system catalogs.
1 parent 479fe84 commit 8c427d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monitoring/bloating.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ SELECT
9595
last_vacuum,
9696
last_autovacuum
9797
FROM pg_stat_user_tables
98-
WHERE n_dead_tup > 0
98+
-- WHERE n_dead_tup > 0
9999
ORDER BY n_dead_tup DESC
100100
LIMIT 50;

0 commit comments

Comments
 (0)