pgsql: Fix incorrect tab-completion for GRANT and REVOKE

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix incorrect tab-completion for GRANT and REVOKE
Дата
Msg-id E1Zhf1K-00086Z-QR@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix documentation error in commit 8703059c6b55c427100e00a09f6653
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix documentation error in commit 8703059c6b55c427100e00a09f6653