Обсуждение: pgsql: Fix tab completion for ALTER LANGUAGE in psql

Поиск
Список
Период
Сортировка

pgsql: Fix tab completion for ALTER LANGUAGE in psql

От
Michael Paquier
Дата:
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
------
REL_10_STABLE

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

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