pgsql: Fix tab completion for ALTER LANGUAGE in psql

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix tab completion for ALTER LANGUAGE in psql
Дата
Msg-id E1huVak-0002ai-2y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix tab completion for ALTER LANGUAGE in psql

OWNER_TO was used for the completion, which is not a supported grammar,
but OWNER TO is.

This error has been introduced by d37b816, so backpatch down to 9.6.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/7ab243e0-116d-3e44-d120-76b3df7abefd@gmail.com
Backpatch-through: 9.6

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/dd64a45a7d5982a6e0ef4569f0f16507db93136e

Modified Files
--------------
src/bin/psql/tab-complete.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix inconsistencies and typos in the tree, take 9
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add safeguards in LSN,numeric and float calculation for custom