Add support for tab completion after ALTER EXTENSION ADD|DROP in psql
Michael Paquier <michael@paquier.xyz>
Add support for tab completion after ALTER EXTENSION ADD|DROP in psql This appends the set of object types supported by these commands, and the objects defined in the cluster are completed after that. Note that these may not be in the extension being working on when using DROP, to keep the code simple, but this is much more useful than the previous behavior of not knowing the objects that can be touched. Author: Vignesh C Discussion: https://postgr.es/m/CALDaNm3LVM2QcUWqgOonKZH80TveT-tUthbw4ZhuE_6pD3yi-A@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/tab-complete.c | modified | +21 −0 |
Discussion
- mprove tab completion for ALTER EXTENSION ADD/DROP 9 messages · 2022-11-27 → 2023-01-13