Re: GRANT USAGE ON SEQUENCE missing from psql command completion - Mailing list pgsql-bugs

From Thomas Munro
Subject Re: GRANT USAGE ON SEQUENCE missing from psql command completion
Date
Msg-id CAEepm=2+AXQjBxcQWNs1ciOwMUcOZgPnws8okEd1432ntw=brQ@mail.gmail.com
Whole thread Raw
In response to GRANT USAGE ON SEQUENCE missing from psql command completion  (Josh Berkus <josh@agliodbs.com>)
Responses Re: GRANT USAGE ON SEQUENCE missing from psql command completion  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-bugs
On Thu, Aug 20, 2015 at 2:54 PM, Josh Berkus <josh@agliodbs.com> wrote:
> Versions tested: 9.4.4, 9.5a2
>
> Steps to reproduce:
>
> 1. psql to a database with sequences
>
> 2. type "grant usage on " and hit tab
>
> 3. "sequence" does not appear
>
> 4. type "grant usage on sequence " and hit tab
>
> 5. completes with word "to" which is incorrect.

Here's a patch for that.

--
Thomas Munro
http://www.enterprisedb.com

Attachment

pgsql-bugs by date:

Previous
From: Josh Berkus
Date:
Subject: GRANT USAGE ON SEQUENCE missing from psql command completion
Next
From: Michael Paquier
Date:
Subject: Re: GRANT USAGE ON SEQUENCE missing from psql command completion