Skip to content

Commit ad4aaf7

Browse files
committed
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
1 parent 8fef901 commit ad4aaf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/reindexdb.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ PostgreSQL documentation
185185
<term><option>--system</option></term>
186186
<listitem>
187187
<para>
188-
Reindex database's system catalogs.
188+
Reindex database's system catalogs only.
189189
</para>
190190
</listitem>
191191
</varlistentry>

src/bin/scripts/reindexdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ help(const char *progname)
428428
printf(_(" -e, --echo show the commands being sent to the server\n"));
429429
printf(_(" -i, --index=INDEX recreate specific index(es) only\n"));
430430
printf(_(" -q, --quiet don't write any messages\n"));
431-
printf(_(" -s, --system reindex system catalogs\n"));
431+
printf(_(" -s, --system reindex system catalogs only\n"));
432432
printf(_(" -S, --schema=SCHEMA reindex specific schema(s) only\n"));
433433
printf(_(" -t, --table=TABLE reindex specific table(s) only\n"));
434434
printf(_(" -v, --verbose write a lot of output\n"));

0 commit comments

Comments
 (0)