1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03: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:
Magnus Hagander
2021-10-27 16:20:02 +02:00
parent 24b7cf8a5c
commit dd111887fb
2 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ PostgreSQL documentation
<term><option>--system</option></term>
<listitem>
<para>
Reindex database's system catalogs.
Reindex database's system catalogs only.
</para>
</listitem>
</varlistentry>