Re: psql tab completion for GRANT role

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql tab completion for GRANT role
Date: 2012-06-20 01:16:21
Message-ID: CA+Tgmoa-71pzPYSA2zNKrBECXWpJ638qzqUtLc2YHY-AwOngaA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 19, 2012 at 3:16 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> 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(at)gmx(dot)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.

Oops, I missed that. Sorry for the noise.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2012-06-20 02:56:36 Re: performance regression in 9.2 when loading lots of small tables
Previous Message Robert Haas 2012-06-20 01:14:36 Re: Libxml2 load error on Windows