Skip to content

Commit c7767ab

Browse files
committed
Move --dry-run to 1.3
1 parent bf277a4 commit c7767ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/pg_repack.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Options:
121121
-S, --moveidx move repacked indexes to *TBLSPC* too
122122
-o, --order-by=COLUMNS order by columns instead of cluster keys
123123
-n, --no-order do vacuum full instead of cluster
124-
-N, --dry-run print what would have been repacked
124+
-N, --dry-run print what would have been repacked and exit
125125
-j, --jobs=NUM Use this many parallel jobs for each table
126126
-i, --index=INDEX move only the specified index
127127
-x, --only-indexes move only indexes of the specified table
@@ -435,6 +435,10 @@ the original index.
435435
Releases
436436
--------
437437

438+
* pg_repack 1.3
439+
440+
* Added ``--dry-run`` to do a dry run.
441+
438442
* pg_repack 1.2
439443

440444
* Added ``--tablespace`` and ``--moveidx`` options to perform online
@@ -447,7 +451,6 @@ Releases
447451
* Bugfix: correctly handle key indexes with options such as DESC, NULL
448452
FIRST/LAST, COLLATE (pg_repack issue #3).
449453
* More helpful program output and error messages.
450-
* Added ``--dry-run`` to do a dry run.
451454

452455
* pg_repack 1.1.8
453456

0 commit comments

Comments
 (0)