pgsql: Add support for GRANT SET in psql tab completion
pgsql: Add support for GRANT SET in psql tab completion
От:
Michael Paquier <michael@paquier.xyz>
Дата:
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 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/9d0cf574920f1d5e6c260815d242b6691d37d5dc Modified Files -------------- src/bin/psql/tab-complete.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-)