From: | Umar Hayat <postgresql(dot)wizard(at)gmail(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Add missing tab completion for VACUUM and ANALYZE with ONLY option |
Date: | 2025-02-06 10:58:40 |
Message-ID: | CAD68Dp3L6yW_nWs+MWBs6s8tKLRzXaQdQgVRm4byZe0L-hRD8g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
Recently the ONLY option is introduced [1] for VACUUM and ANALYZE
commands. Attach provides improved tab completion for this new option
for both commands.
Along with this also added starting parenthesis "(" auto-complete as
multiple existing commands provide it and it makes it easier to
separate command options (VERBOSE, FREEZE, ... ) from table list.
Regards
--
Umar Hayat
Bitnine (https://bitnine.net/)
Attachment | Content-Type | Size |
---|---|---|
v0-psql-vacuum-analyze-only-option.patch | application/octet-stream | 3.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Ranier Vilela | 2025-02-06 11:10:52 | Re: Avoid possible deference NULL pointer (src/backend/optimizer/path/allpaths.c) |
Previous Message | Daniil Davydov | 2025-02-06 10:53:17 | SLRU_PAGES_PER_SEGMENT as configure parameter |