diff --git a/src/lib/shim/pool.ts b/src/lib/shim/pool.ts index 45f6070..0b37000 100644 --- a/src/lib/shim/pool.ts +++ b/src/lib/shim/pool.ts @@ -212,7 +212,7 @@ export async function getVacuumCandidates(): Promise( `SELECT - schemaname || '.' || tablename as table, + schemaname || '.' || relname as table, n_dead_tup as dead_tuples, n_live_tup as live_tuples, CASE