]> granicus.if.org Git - postgresql/commit
Fix tab completion for ALTER LANGUAGE in psql
authorMichael Paquier <michael@paquier.xyz>
Mon, 5 Aug 2019 05:30:34 +0000 (14:30 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 5 Aug 2019 05:30:34 +0000 (14:30 +0900)
commitdd64a45a7d5982a6e0ef4569f0f16507db93136e
tree64c8d5c90cee5bc489d5e62aca19e41b3d0e3e14
parent6138386dcbd12831c5fb9f9b65e75cfeb407147b
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