Add support for GRANT SET in psql tab completion
authorMichael Paquier <michael@paquier.xyz>
Mon, 12 Dec 2022 07:47:24 +0000 (16:47 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 12 Dec 2022 07:47:24 +0000 (16:47 +0900)
commit9d0cf574920f1d5e6c260815d242b6691d37d5dc
treed36d6241bcb2860601816417074cd793f3e1089d
parenteae7fe485998ac493a3d9dadf254a89c9265891e
Add support for GRANT SET in psql tab completion

3d14e17 has added support for this query but psql was not able to
complete it.  Spotted while working on a different patch in the same
area.

Reviewed-by: Robert Haas
Discussion: http://postgr.es/m/Y3hw7yvG0VwpC1jq@paquier.xyz
src/bin/psql/tab-complete.c