From 32e614865c91969d82bf46bb9c336122b6c31277 Mon Sep 17 00:00:00 2001 From: skylar Date: Thu, 20 Jun 2024 20:38:22 -0500 Subject: [PATCH] update repack --- repack.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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. ```