Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions howto-pg-repack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down