]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix tab completion for ALTER LANGUAGE in psql
authorMichael Paquier <michael@paquier.xyz>
Mon, 5 Aug 2019 05:30:05 +0000 (14:30 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 5 Aug 2019 05:30:05 +0000 (14:30 +0900)
commit159e4bf7406f0cd46aae3f3873d28bdc63c110bf
treecd5c8220ca117320d1772e6f5e809eacbf97d002
parent2c133db2b42029a7df7d5d6cde48a898c6ca3ef0
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
src/bin/psql/tab-complete.c