@@ -118,8 +118,8 @@ The following options can be specified in ``OPTIONS``.
118
118
Options:
119
119
-a, --all repack all databases
120
120
-t, --table=TABLE repack specific table only
121
- -s, --tablespace=TABLESPC move repacked tables to a new tablespace
122
- -S, --moveidx move repacked indexes to TABLESPC too
121
+ -s, --tablespace=TBLSPC move repacked tables to a new tablespace
122
+ -S, --moveidx move repacked indexes to TBLSPC too
123
123
-o, --order-by=COLUMNS order by columns instead of cluster keys
124
124
-n, --no-order do vacuum full instead of cluster
125
125
-j, --jobs Use this many parallel jobs for each table
@@ -165,7 +165,7 @@ Reorg Options
165
165
on each table. If your PostgreSQL server has extra cores and disk
166
166
I/O available, this can be a useful way to speed up pg_repack.
167
167
168
- ``-s TABLESPC ``, ``--tablespace=TABLESPC ``
168
+ ``-s TBLSPC ``, ``--tablespace=TBLSPC ``
169
169
Move the repacked tables to the specified tablespace: essentially an
170
170
online version of ``ALTER TABLE ... SET TABLESPACE ``. The tables indexes
171
171
are left on the original tablespace unless ``--moveidx `` is specified too.
0 commit comments