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

Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>

From: Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
To: vignesh C <vignesh21@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org, postgresql.wizard@gmail.com
Date: 2025-03-19T09:16:01Z
Lists: pgsql-hackers
On 19.03.2025 08:12, vignesh C wrote:
> How about we handle it like in the attached patch?
> Apart from this, similar handling was required for "ANALYZE VERBOSE" also.


Looks good overall. However, after pressing Tab, ONLY appears in the 
completion list, but it doesn't autocomplete after typing the first letter.

--
Best regards,
Ilia Evdokimov,
Tantor Labs LLC.

Commits

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