mprove tab completion for ALTER EXTENSION ADD/DROP
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-27T13:24:27Z
Lists: pgsql-hackers
Attachments
- v1-0001-Missing-tab-completion-for-ALTER-EXTENSION-ADD-DR.patch (text/x-patch) patch v1-0001
Hi, Tab completion for ALTER EXTENSION ADD and DROP was missing, this patch adds the tab completion for the same. Regards, Vignesh
Commits
-
Add support for tab completion after ALTER EXTENSION ADD|DROP in psql
- 2ff5ca86e816 16.0 landed