Miscellaneous tab completion issue fixes
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-10-03T15:11:07Z
Lists: pgsql-hackers
Attachments
- v1-0001-Display-publications-and-subscriptions-for-tab-co.patch (text/x-patch) patch v1-0001
- v1-0002-Include-CURRENT_ROLE-CURRENT_USER-and-SESSION_USE.patch (text/x-patch) patch v1-0002
Hi, There were a couple of tab completion issues present: a) \dRp and \dRs tab completion displays tables instead of displaying publications and subscriptions. b) "ALTER ... OWNER TO" does not include displaying of CURRENT_ROLE, CURRENT_USER and SESSION_USER. The attached patch has the changes to handle the same. Regards, Vignesh
Commits
-
Add a few new patterns to the tab completion of psql
- 9aa58d48f30a 16.0 landed