pgsql: Fix incorrect tab-completion for GRANT and REVOKE

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect tab-completion for GRANT and REVOKE
Date: 2015-10-01 14:39:42
Message-ID: E1Zhf1K-00086Z-QR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect tab-completion for GRANT and REVOKE

Previously "GRANT * ON * TO " was tab-completed to add an extra "TO",
rather than with a list of roles. This is the bug that commit 2f88807
introduced unexpectedly. This commit fixes that incorrect tab-completion.

Thomas Munro, reviewed by Jeff Janes.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bf4817e4f090a0a72d1849a3d61b45e7f2feadda

Modified Files
--------------
src/bin/psql/tab-complete.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-10-01 18:08:00 pgsql: Fix commit_ts for standby
Previous Message Tom Lane 2015-10-01 14:32:30 pgsql: Fix documentation error in commit 8703059c6b55c427100e00a09f6653