[PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...
Ian Lawrence Barwick <barwick@gmail.com>
From: Ian Lawrence Barwick <barwick@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-11-21T03:14:00Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
psql: Tab-complete ALTER ROLE ... IN DATABASE SET/RESET
- 344b572e3eff 19 (unreleased) landed
Attachments
- v1-0001-psql-add-tab-completion-for-ALTER-ROLE-IN-DATABASE.patch (application/x-patch) patch v1-0001
Hi I found myself needing to work with ALTER ROLE ... IN DATABASE ... recently and was annoyed by the lack of tab completion for this, so patch attached. Regards Ian Barwick