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-19T07:57:00Z
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. > > Regards, > Vignesh It would be nice if this works with VACUUM VERBOSE ANALYZE ONLY table; -- Best regards, Ilia Evdokimov, Tantor Labs LLC.
Commits
-
psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.
- 8a3e4011f02d 18.0 landed