update repack

This commit is contained in:
skylar 2024-06-20 20:38:22 -05:00
parent eb0f634040
commit 32e614865c

View File

@ -9,11 +9,9 @@ SELECT
pg_size_pretty(pg_relation_size(relid)) as "Actual Size" pg_size_pretty(pg_relation_size(relid)) as "Actual Size"
FROM pg_catalog.pg_statio_user_tables FROM pg_catalog.pg_statio_user_tables
ORDER BY pg_total_relation_size(relid) DESC; ORDER BY pg_total_relation_size(relid) DESC;
```
if you see shit like log_490586 and table_345345345345 in there, that's repack remnants. If you see shit like log_490586 and table_345345345345 in there, that's repack remnants.
DROP EXTENSION pg_repack CASCADE;
CREATE EXTENSION pg_repack;
``` ```