reindexdb usage message about system catalogs - Mailing list pgsql-hackers

From Magnus Hagander
Subject reindexdb usage message about system catalogs
Date
Msg-id CABUevEw6Je0WUFTLhPKOk4+BoBuDrE-fKw3N4ckqgDBMFu4paA@mail.gmail.com
Whole thread Raw
Responses Re: reindexdb usage message about system catalogs  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
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/
Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: how to distinguish between using the server as a standby or for executing a targeted recovery in PG 11?
Next
From: James Coleman
Date:
Subject: Document spaces in .pgpass need to be escaped