From e3f5d473d72d8e72a57a6f742037b7ae4681dbd7 Mon Sep 17 00:00:00 2001 From: Mark Frost Date: Wed, 15 Apr 2026 16:20:39 +0100 Subject: [PATCH] Fix syntax highlighting in pg_repack how-to Updated syntax highlighting for pg_repack command usage. --- howto-pg-repack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howto-pg-repack.md b/howto-pg-repack.md index 69537b6..4d610d5 100644 --- a/howto-pg-repack.md +++ b/howto-pg-repack.md @@ -64,10 +64,10 @@ ORDER BY extname; To run pg_repack with your desired options, use the following syntax: - ```sh + ```sh pg_repack -k [OPTION]... [DBNAME] - ``` + {: pre} - The -k option tells pg_repack to keep the original table if a problem occurs, allowing for safer operation in critical environments.