Docs cleanup before releasing 1.2

This commit is contained in:
Daniele Varrazzo 2013-11-05 01:39:07 +00:00
parent 81c99de210
commit 57922b552c

View File

@ -151,7 +151,7 @@ Reorg Options
``-t TABLE``, ``--table=TABLE`` ``-t TABLE``, ``--table=TABLE``
Reorganize the specified table(s) only. Multiple tables may be 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. tables in the target databases are reorganized.
``-o COLUMNS [,...]``, ``--order-by=COLUMNS [,...]`` ``-o COLUMNS [,...]``, ``--order-by=COLUMNS [,...]``
@ -180,7 +180,7 @@ Reorg Options
``-i``, ``--index`` ``-i``, ``--index``
Repack the specified index(es) only. Multiple indexes may be repacked 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. ``--tablespace`` to move the index to a different tablespace.
``-x``, ``--only-indexes`` ``-x``, ``--only-indexes``
@ -383,8 +383,8 @@ to remove this index and try again.
A temporary index apparently created by pg_repack has been left behind, and 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 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 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. should just use DROP INDEX and try the repack command again.
Restrictions Restrictions
@ -435,13 +435,14 @@ Releases
* Added ``--tablespace`` and ``--moveidx`` options to perform online * Added ``--tablespace`` and ``--moveidx`` options to perform online
SET TABLESPACE. SET TABLESPACE.
* Added ``--index`` to repack indexes only.
* Added ``--jobs`` option for parallel operation. * Added ``--jobs`` option for parallel operation.
* Don't require ``--no-order`` to perform a VACUUM FULL on non-clustered * Don't require ``--no-order`` to perform a VACUUM FULL on non-clustered
tables (pg_repack issue #6). 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 * Bugfix: correctly handle key indexes with options such as DESC, NULL
FIRST/LAST, COLLATE (pg_repack issue #3). FIRST/LAST, COLLATE (pg_repack issue #3).
* More helpful program output and error messages. * More helpful program output and error messages.
* Added feature to repack indexes only.
* pg_repack 1.1.8 * pg_repack 1.1.8