aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-01-12 08:49:37 +0900
committerMichael Paquier <michael@paquier.xyz>2023-01-12 08:49:37 +0900
commit2ff5ca86e816846743b31279a9f6b819d4cf4b11 (patch)
tree27c2bfeb7ae6b5dedc45e45e56eae089a8065b1b /src/backend/tcop/postgres.c
parentaf3855cb77b94a0321b77d7d9a9849700ea6a758 (diff)
downloadpostgresql-2ff5ca86e816846743b31279a9f6b819d4cf4b11.tar.gz
postgresql-2ff5ca86e816846743b31279a9f6b819d4cf4b11.zip
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
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions