File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Options:
121
121
-S, --moveidx move repacked indexes to *TBLSPC * too
122
122
-o, --order-by=COLUMNS order by columns instead of cluster keys
123
123
-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
125
125
-j, --jobs=NUM Use this many parallel jobs for each table
126
126
-i, --index=INDEX move only the specified index
127
127
-x, --only-indexes move only indexes of the specified table
@@ -435,6 +435,10 @@ the original index.
435
435
Releases
436
436
--------
437
437
438
+ * pg_repack 1.3
439
+
440
+ * Added ``--dry-run `` to do a dry run.
441
+
438
442
* pg_repack 1.2
439
443
440
444
* Added ``--tablespace `` and ``--moveidx `` options to perform online
@@ -447,7 +451,6 @@ Releases
447
451
* Bugfix: correctly handle key indexes with options such as DESC, NULL
448
452
FIRST/LAST, COLLATE (pg_repack issue #3).
449
453
* More helpful program output and error messages.
450
- * Added ``--dry-run `` to do a dry run.
451
454
452
455
* pg_repack 1.1.8
453
456
You can’t perform that action at this time.
0 commit comments