File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ PostgreSQL documentation
208
208
<term><option>--system</option></term>
209
209
<listitem>
210
210
<para>
211
- Reindex database's system catalogs.
211
+ Reindex database's system catalogs only .
212
212
</para>
213
213
</listitem>
214
214
</varlistentry>
Original file line number Diff line number Diff line change @@ -798,7 +798,7 @@ help(const char *progname)
798
798
printf (_ (" -i, --index=INDEX recreate specific index(es) only\n" ));
799
799
printf (_ (" -j, --jobs=NUM use this many concurrent connections to reindex\n" ));
800
800
printf (_ (" -q, --quiet don't write any messages\n" ));
801
- printf (_ (" -s, --system reindex system catalogs\n" ));
801
+ printf (_ (" -s, --system reindex system catalogs only \n" ));
802
802
printf (_ (" -S, --schema=SCHEMA reindex specific schema(s) only\n" ));
803
803
printf (_ (" -t, --table=TABLE reindex specific table(s) only\n" ));
804
804
printf (_ (" --tablespace=TABLESPACE tablespace where indexes are rebuilt\n" ));
You can’t perform that action at this time.
0 commit comments