Fix tab completion for ALTER LANGUAGE in psql

Michael Paquier <michael@paquier.xyz>

Commit: 159e4bf7406f0cd46aae3f3873d28bdc63c110bf
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-08-05T05:30:05Z
Releases: 12.0
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

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +1 −1

Discussion