Re: vacuumdb/clusterdb/reindexdb: allow specifying objects to process in all databases

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
Cc: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: vacuumdb/clusterdb/reindexdb: allow specifying objects to process in all databases
Date: 2024-03-08 22:03:22
Message-ID: 20240308220322.GA1060542@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 08, 2024 at 09:33:19AM +0000, Dean Rasheed wrote:
> If I'm nitpicking, "[--verbose | -v]" in the clusterdb synopsis should
> be replaced with "[option...]", like the other commands, because there
> are other general-purpose options like --quiet and --echo.

Good catch. I fixed that in v4. We could probably back-patch this
particular change, but since it's been this way for a while, I don't think
it's terribly important to do so.

> I think this is good to go.

Thanks. In v4, I've added a first draft of the commit messages, and I am
planning to commit this early next week.

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v4-0001-vacuumdb-Allow-specifying-objects-to-process-in-a.patch text/x-diff 7.3 KB
v4-0002-clusterdb-Allow-specifying-tables-to-process-in-a.patch text/x-diff 5.2 KB
v4-0003-reindexdb-Allow-specifying-objects-to-process-in-.patch text/x-diff 10.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2024-03-08 22:17:58 Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value
Previous Message Melanie Plageman 2024-03-08 21:56:47 Re: Streaming read-ready sequential scan code