mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Clarify that --system reindexes system catalogs *only*
Make this more clear both in the help message and docs. Reviewed-By: Michael Paquier Backpatch-through: 9.6 Discussion: https://postgr.es/m/CABUevEw6Je0WUFTLhPKOk4+BoBuDrE-fKw3N4ckqgDBMFu4paA@mail.gmail.com
This commit is contained in:
parent
5184932432
commit
162cb0834a
@ -174,7 +174,7 @@ PostgreSQL documentation
|
||||
<term><option>--system</></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Reindex database's system catalogs.
|
||||
Reindex database's system catalogs only.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -404,7 +404,7 @@ help(const char *progname)
|
||||
printf(_(" -e, --echo show the commands being sent to the server\n"));
|
||||
printf(_(" -i, --index=INDEX recreate specific index(es) only\n"));
|
||||
printf(_(" -q, --quiet don't write any messages\n"));
|
||||
printf(_(" -s, --system reindex system catalogs\n"));
|
||||
printf(_(" -s, --system reindex system catalogs only\n"));
|
||||
printf(_(" -S, --schema=SCHEMA reindex specific schema(s) only\n"));
|
||||
printf(_(" -t, --table=TABLE reindex specific table(s) only\n"));
|
||||
printf(_(" -v, --verbose write a lot of output\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user