Improve tab completion of ALTER TYPE in psql
Michael Paquier <michael@paquier.xyz>
Improve tab completion of ALTER TYPE in psql This commit adds support for more tab completion in this command as of "ALTER TYPE .. SET". The completion of "RENAME VALUE" was separated from the rest of the completions done for this command, so group everything together. Author: Vignesh C Discussion: https://postgr.es/m/CALDaNm1u83jtD2wysdw9XwokEacSXEyUpELajEvOMgJTc3pQ7g@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/tab-complete.c | modified | +11 −6 |
Discussion
- Tab completion for "ALTER TYPE typename SET" and rearranged "Alter TYPE typename RENAME" 5 messages · 2022-08-14 → 2022-08-15