pgsql: Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Дата
Msg-id E1aAKWj-0007vh-Gg@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.

Previously the completion used the wrong word to match 'BY'. This was
introduced brokenly, in b2de2a. While at it, also add completion of
IN TABLESPACE ... OWNED BY and fix comments referencing nonexistent
syntax.

Reported-By: Michael Paquier
Author: Michael Paquier and Andres Freund
Discussion: CAB7nPqSHDdSwsJqX0d2XzjqOHr==HdWiubCi4L=Zs7YFTUne8w@mail.gmail.com
Backpatch: 9.4, like the commit introducing the bug

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8ae22e7d36e349d7d8fd616fbf7f78cc03e301e0

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.