Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0b6520

Browse files
committed
Clarify that --system reindexes system catalogs *only*
Make this more clear both in the help message and docs.Reviewed-By: Michael PaquierBackpatch-through: 9.6Discussion:https://postgr.es/m/CABUevEw6Je0WUFTLhPKOk4+BoBuDrE-fKw3N4ckqgDBMFu4paA@mail.gmail.com
1 parent1ed1f80 commita0b6520

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
@@ -208,7 +208,7 @@ PostgreSQL documentation
208208
<term><option>--system</option></term>
209209
<listitem>
210210
<para>
211-
Reindex database's system catalogs.
211+
Reindex database's system catalogs only.
212212
</para>
213213
</listitem>
214214
</varlistentry>

‎src/bin/scripts/reindexdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ help(const char *progname)
799799
printf(_(" -i, --index=INDEX recreate specific index(es) only\n"));
800800
printf(_(" -j, --jobs=NUM use this many concurrent connections to reindex\n"));
801801
printf(_(" -q, --quiet don't write any messages\n"));
802-
printf(_(" -s, --system reindex system catalogs\n"));
802+
printf(_(" -s, --system reindex system catalogs only\n"));
803803
printf(_(" -S, --schema=SCHEMA reindex specific schema(s) only\n"));
804804
printf(_(" -t, --table=TABLE reindex specific table(s) only\n"));
805805
printf(_(" --tablespace=TABLESPACE tablespace where indexes are rebuilt\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp