Add support for GRANT SET in psql tab completion

Michael Paquier <michael@paquier.xyz>

Commit: 9d0cf574920f1d5e6c260815d242b6691d37d5dc
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-12-12T07:47:24Z
Releases: 16.0
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: https://postgr.es/m/Y3hw7yvG0VwpC1jq@paquier.xyz

Files

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

Discussion