From 8e52f971c9f2f3aa926a7b2985b6f5b47e8da223 Mon Sep 17 00:00:00 2001 From: skylar Date: Thu, 20 Jun 2024 20:39:16 -0500 Subject: [PATCH] fix formatting --- repack.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/repack.md b/repack.md index c0ed665..d7b1581 100644 --- a/repack.md +++ b/repack.md @@ -11,11 +11,7 @@ SELECT ORDER BY pg_total_relation_size(relid) DESC; ``` -If you see shit like log_490586 and table_345345345345 in there, that's repack remnants. - -``` - -To clean this up, simply drop the repack extension with the CASCADE option and re-add it to the database: +If you see shit like log_490586 and table_345345345345 in there, that's repack remnants. To clean this up, simply drop the repack extension with the CASCADE option and re-add it to the database: ``` DROP EXTENSION pg_repack CASCADE; CREATE EXTENSION pg_repack;