psql: Add tab completion for VACUUM and ANALYZE ... ONLY option. Improve psql's tab completion for VACUUM and ANALYZE by supporting the ONLY option introduced in 62ddf7ee9.
In passing, simplify some of the VACUUM patterns by making use of MatchAnyN. Author: Umar Hayat <postgresql.wiz...@gmail.com> Reviewed-by: Vignesh C <vignes...@gmail.com> Reviewed-by: Ilia Evdokimov <ilya.evdoki...@tantorlabs.com> Discussion: https://postgr.es/m/cad68dp3l6yw_nws+mwbs6s8tklrzxaqdqgvrm4byze0l-hr...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8a3e4011f02dd2789717c633e74fefdd3b648386 Modified Files -------------- src/bin/psql/tab-complete.in.c | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-)