diff --git a/repack.md b/repack.md index 4544b24..c0ed665 100644 --- a/repack.md +++ b/repack.md @@ -9,11 +9,9 @@ SELECT pg_size_pretty(pg_relation_size(relid)) as "Actual Size" FROM pg_catalog.pg_statio_user_tables ORDER BY pg_total_relation_size(relid) DESC; +``` -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; +If you see shit like log_490586 and table_345345345345 in there, that's repack remnants. ```