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

From Josh Berkus
Subject GRANT USAGE ON SEQUENCE missing from psql command completion
Date
Msg-id 55D54175.8000708@agliodbs.com
Whole thread Raw
Responses Re: GRANT USAGE ON SEQUENCE missing from psql command completion  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-bugs
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.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

pgsql-bugs by date:

Previous
From: Greg Stark
Date:
Subject: Re: BUG #13559: WAL replay stuck after DROP VIEW
Next
From: Thomas Munro
Date:
Subject: Re: GRANT USAGE ON SEQUENCE missing from psql command completion