@@ -151,7 +151,7 @@ Reorg Options
151
151
152
152
``-t TABLE ``, ``--table=TABLE ``
153
153
Reorganize the specified table(s) only. Multiple tables may be
154
- reorganized by writing multiple `-t ` switches. By default, all eligible
154
+ reorganized by writing multiple `` -t ` ` switches. By default, all eligible
155
155
tables in the target databases are reorganized.
156
156
157
157
``-o COLUMNS [,...] ``, ``--order-by=COLUMNS [,...] ``
@@ -180,7 +180,7 @@ Reorg Options
180
180
181
181
``-i ``, ``--index ``
182
182
Repack the specified index(es) only. Multiple indexes may be repacked
183
- by writing multiple `-i ` switches. May be used in conjunction with
183
+ by writing multiple `` -i ` ` switches. May be used in conjunction with
184
184
``--tablespace `` to move the index to a different tablespace.
185
185
186
186
``-x ``, ``--only-indexes ``
@@ -383,8 +383,8 @@ to remove this index and try again.
383
383
384
384
A temporary index apparently created by pg_repack has been left behind, and
385
385
we do not want to risk dropping this index ourselves. If the index was in
386
- fact created by an old pg_repack job which didn't get cleaned up, you
387
- should just use DROP INDEX and try the repack command again.
386
+ fact created by an old pg_repack job which didn't get cleaned up, you
387
+ should just use DROP INDEX and try the repack command again.
388
388
389
389
390
390
Restrictions
@@ -435,13 +435,14 @@ Releases
435
435
436
436
* Added ``--tablespace `` and ``--moveidx `` options to perform online
437
437
SET TABLESPACE.
438
+ * Added ``--index `` to repack indexes only.
438
439
* Added ``--jobs `` option for parallel operation.
439
440
* Don't require ``--no-order `` to perform a VACUUM FULL on non-clustered
440
441
tables (pg_repack issue #6).
442
+ * Don't wait for locks held in other databases (pg_repack issue #11).
441
443
* Bugfix: correctly handle key indexes with options such as DESC, NULL
442
444
FIRST/LAST, COLLATE (pg_repack issue #3).
443
445
* More helpful program output and error messages.
444
- * Added feature to repack indexes only.
445
446
446
447
* pg_repack 1.1.8
447
448
0 commit comments