We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb1cef commit f097982Copy full SHA for f097982
doc/pg_repack.rst
@@ -441,9 +441,11 @@ Releases
441
442
* pg_repack 1.2
443
444
+ * Support PostgreSQL 9.3.
445
* Added ``--tablespace`` and ``--moveidx`` options to perform online
446
SET TABLESPACE.
- * Added ``--index`` to repack indexes only.
447
+ * Added ``--index`` to repack the specified index only.
448
+ * Added ``--only-indexes`` to repack only the indexes of the specified table
449
* Added ``--jobs`` option for parallel operation.
450
* Don't require ``--no-order`` to perform a VACUUM FULL on non-clustered
451
tables (pg_repack issue #6).
0 commit comments