Skip to content

Commit c375c20

Browse files
committed
wording
1 parent c28d662 commit c375c20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/pg_repack.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,12 +434,12 @@ Full table repack
434434

435435
To perform a full table repack, pg_repack will:
436436

437-
* create a log table for changes
438-
* create a trigger on the old table to log all changes to the table
437+
* create a log table
438+
* create a trigger on the old table to log all changes to the log table
439439
* create a new table containing all data in the old table
440440
* create all indexes on the new table
441441
* apply all changes from the log table to the new table
442-
* switch all table files in the system catalog
442+
* when the log table is empty, swap the table in the system catalog
443443
* drop the old table
444444

445445
pg_repack will only acquire ACCESS EXCLUSIVE locks when creating the trigger and when

0 commit comments

Comments
 (0)