Skip to content

Commit

Permalink
Docs cleanup before releasing 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Nov 5, 2013
1 parent 81c99de commit 57922b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/pg_repack.rst
Expand Up @@ -151,7 +151,7 @@ Reorg Options

``-t TABLE``, ``--table=TABLE``
Reorganize the specified table(s) only. Multiple tables may be
reorganized by writing multiple `-t` switches. By default, all eligible
reorganized by writing multiple ``-t`` switches. By default, all eligible
tables in the target databases are reorganized.

``-o COLUMNS [,...]``, ``--order-by=COLUMNS [,...]``
Expand Down Expand Up @@ -180,7 +180,7 @@ Reorg Options

``-i``, ``--index``
Repack the specified index(es) only. Multiple indexes may be repacked
by writing multiple `-i` switches. May be used in conjunction with
by writing multiple ``-i`` switches. May be used in conjunction with
``--tablespace`` to move the index to a different tablespace.

``-x``, ``--only-indexes``
Expand Down Expand Up @@ -383,8 +383,8 @@ to remove this index and try again.

A temporary index apparently created by pg_repack has been left behind, and
we do not want to risk dropping this index ourselves. If the index was in
fact created by an old pg_repack job which didn't get cleaned up, you
should just use DROP INDEX and try the repack command again.
fact created by an old pg_repack job which didn't get cleaned up, you
should just use DROP INDEX and try the repack command again.


Restrictions
Expand Down Expand Up @@ -435,13 +435,14 @@ Releases

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

* pg_repack 1.1.8

Expand Down

0 comments on commit 57922b5

Please sign in to comment.