Add documentation for --schema
This commit is contained in:
parent
e16472419f
commit
c2fa3a02ef
@ -117,6 +117,7 @@ The following options can be specified in ``OPTIONS``.
|
|||||||
Options:
|
Options:
|
||||||
-a, --all repack all databases
|
-a, --all repack all databases
|
||||||
-t, --table=TABLE repack specific table only
|
-t, --table=TABLE repack specific table only
|
||||||
|
-c, --schema=SCHEMA repack specific schema only
|
||||||
-s, --tablespace=TBLSPC move repacked tables to a new tablespace
|
-s, --tablespace=TBLSPC move repacked tables to a new tablespace
|
||||||
-S, --moveidx move repacked indexes to *TBLSPC* too
|
-S, --moveidx move repacked indexes to *TBLSPC* too
|
||||||
-o, --order-by=COLUMNS order by columns instead of cluster keys
|
-o, --order-by=COLUMNS order by columns instead of cluster keys
|
||||||
@ -154,6 +155,11 @@ Reorg Options
|
|||||||
reorganized by writing multiple ``-t`` switches. By default, all eligible
|
reorganized by writing multiple ``-t`` switches. By default, all eligible
|
||||||
tables in the target databases are reorganized.
|
tables in the target databases are reorganized.
|
||||||
|
|
||||||
|
``-c``, ``--schema``
|
||||||
|
Repack the specified schema(s) only. Multiple schemas may be repacked
|
||||||
|
by writing multiple ``-c`` switches. May be used in conjunction with
|
||||||
|
``--tablespace`` to move tables and indexes to a different tablespace.
|
||||||
|
|
||||||
``-o COLUMNS [,...]``, ``--order-by=COLUMNS [,...]``
|
``-o COLUMNS [,...]``, ``--order-by=COLUMNS [,...]``
|
||||||
Perform an online CLUSTER ordered by the specified columns.
|
Perform an online CLUSTER ordered by the specified columns.
|
||||||
|
|
||||||
@ -443,6 +449,7 @@ Releases
|
|||||||
* Bugfix: correctly handle key indexes with options such as DESC, NULL
|
* Bugfix: correctly handle key indexes with options such as DESC, NULL
|
||||||
FIRST/LAST, COLLATE (pg_repack issue #3).
|
FIRST/LAST, COLLATE (pg_repack issue #3).
|
||||||
* More helpful program output and error messages.
|
* More helpful program output and error messages.
|
||||||
|
* Added ``--schema`` to repack only specific schema.
|
||||||
|
|
||||||
* pg_repack 1.1.8
|
* pg_repack 1.1.8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user