reindexdb usage message about system catalogs

Magnus Hagander <magnus@hagander.net>

From: Magnus Hagander <magnus@hagander.net>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2021-09-28T14:15:22Z
Lists: pgsql-hackers

Attachments

Reindexdb help has this for selection of what to reindex:

  -s, --system                 reindex system catalogs
  -S, --schema=SCHEMA          reindex specific schema(s) only
  -t, --table=TABLE            reindex specific table(s) only

Is there a reason the "only" is missing from the -s option? AFAIK that's
what it means, so the attached patch should be correct?

-- 
 Magnus Hagander
 Me: https://www.hagander.net/
 Work: https://www.redpill-linpro.com/

Commits

  1. Clarify that --system reindexes system catalogs *only*