Re: psql tab completion for GRANT role
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-06-19T07:16:17Z
Lists: pgsql-hackers
On tor, 2012-06-14 at 13:38 -0400, Robert Haas wrote: > On Sun, Jan 8, 2012 at 3:48 PM, Peter Eisentraut <peter_e@gmx.net> wrote: > > 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. > > This seems to have fallen through the cracks. No, it was committed in January.