reindexdb usage message about system catalogs

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: reindexdb usage message about system catalogs
Date: 2021-09-28 14:15:22
Message-ID: CABUevEw6Je0WUFTLhPKOk4+BoBuDrE-fKw3N4ckqgDBMFu4paA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
reindexdb_usage.patch text/x-patch 1.3 KB

Responses

Browse pgsql-hackers by date

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