Skip to content

Commit 57922b5

Browse files
committed
Docs cleanup before releasing 1.2
1 parent 81c99de commit 57922b5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/pg_repack.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Reorg Options
151151

152152
``-t TABLE``, ``--table=TABLE``
153153
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
155155
tables in the target databases are reorganized.
156156

157157
``-o COLUMNS [,...]``, ``--order-by=COLUMNS [,...]``
@@ -180,7 +180,7 @@ Reorg Options
180180

181181
``-i``, ``--index``
182182
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
184184
``--tablespace`` to move the index to a different tablespace.
185185

186186
``-x``, ``--only-indexes``
@@ -383,8 +383,8 @@ to remove this index and try again.
383383

384384
A temporary index apparently created by pg_repack has been left behind, and
385385
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.
388388

389389

390390
Restrictions
@@ -435,13 +435,14 @@ Releases
435435

436436
* Added ``--tablespace`` and ``--moveidx`` options to perform online
437437
SET TABLESPACE.
438+
* Added ``--index`` to repack indexes only.
438439
* Added ``--jobs`` option for parallel operation.
439440
* Don't require ``--no-order`` to perform a VACUUM FULL on non-clustered
440441
tables (pg_repack issue #6).
442+
* Don't wait for locks held in other databases (pg_repack issue #11).
441443
* Bugfix: correctly handle key indexes with options such as DESC, NULL
442444
FIRST/LAST, COLLATE (pg_repack issue #3).
443445
* More helpful program output and error messages.
444-
* Added feature to repack indexes only.
445446

446447
* pg_repack 1.1.8
447448

0 commit comments

Comments
 (0)