Re: Add missing tab completion for VACUUM and ANALYZE with ONLY option

vignesh C <vignesh21@gmail.com>

From: vignesh C <vignesh21@gmail.com>
To: Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
Cc: pgsql-hackers@lists.postgresql.org, postgresql.wizard@gmail.com
Date: 2025-03-19T08:25:19Z
Lists: pgsql-hackers

Attachments

On Wed, 19 Mar 2025 at 13:27, Ilia Evdokimov
<ilya.evdokimov@tantorlabs.com> wrote:
>
> It would be nice if this works with VACUUM VERBOSE ANALYZE ONLY table;

Thanks for the comment, here is an updated v3 version with the change
for the same.

Regards,
Vignesh

Commits

  1. psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.