From f0979823830a4a52446bfaa935a2be1841ea62c9 Mon Sep 17 00:00:00 2001 From: schmiddy Date: Sat, 24 May 2014 00:27:05 -0400 Subject: [PATCH] A few more fixes to the Releases doc section about 1.2. --- doc/pg_repack.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index 5a05c1f..084ebd4 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -441,9 +441,11 @@ Releases * pg_repack 1.2 + * Support PostgreSQL 9.3. * Added ``--tablespace`` and ``--moveidx`` options to perform online SET TABLESPACE. - * Added ``--index`` to repack indexes only. + * Added ``--index`` to repack the specified index only. + * Added ``--only-indexes`` to repack only the indexes of the specified table * Added ``--jobs`` option for parallel operation. * Don't require ``--no-order`` to perform a VACUUM FULL on non-clustered tables (pg_repack issue #6).