From c375c2009d02ffe5648f82126763f88e405b7d99 Mon Sep 17 00:00:00 2001 From: Michael Renner Date: Wed, 13 May 2015 14:47:56 +0200 Subject: [PATCH] wording --- doc/pg_repack.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index 26b6552..037d71c 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -434,12 +434,12 @@ Full table repack To perform a full table repack, pg_repack will: -* create a log table for changes -* create a trigger on the old table to log all changes to the table +* create a log table +* create a trigger on the old table to log all changes to the log table * create a new table containing all data in the old table * create all indexes on the new table * apply all changes from the log table to the new table -* switch all table files in the system catalog +* when the log table is empty, swap the table in the system catalog * drop the old table pg_repack will only acquire ACCESS EXCLUSIVE locks when creating the trigger and when