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
- v3-0001-psql-Tab-completion-for-VACUUM-and-ANALYZE-.-ONLY.patch (application/octet-stream) patch v3-0001
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
-
psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.
- 8a3e4011f02d 18.0 landed