GRANT USAGE ON SEQUENCE missing from psql command completion

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: GRANT USAGE ON SEQUENCE missing from psql command completion
Date: 2015-08-20 02:54:45
Message-ID: 55D54175.8000708@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Munro 2015-08-20 03:10:06 Re: GRANT USAGE ON SEQUENCE missing from psql command completion
Previous Message Greg Stark 2015-08-19 23:08:52 Re: BUG #13559: WAL replay stuck after DROP VIEW