pgsql: Fix incorrect tab-completion for GRANT and REVOKE - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix incorrect tab-completion for GRANT and REVOKE
Date
Msg-id E1Zhf1K-00086Z-QR@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix documentation error in commit 8703059c6b55c427100e00a09f6653
Next
From: Tom Lane
Date:
Subject: pgsql: Fix documentation error in commit 8703059c6b55c427100e00a09f6653