psql tab completion for GRANT role
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-01-08T20:48:12Z
Lists: pgsql-hackers
Attachments
- grant-role-tab-completion.patch (text/x-patch) patch
psql tab completion currently only supports the form GRANT privilege ON something TO someone (and the analogous REVOKE), but not the form GRANT role TO someone. Here is a patch that attempts to implement the latter.