Add CURRENT_ROLE to list of roles for tab completion of GRANT in psql
authorMichael Paquier <michael@paquier.xyz>
Wed, 21 Apr 2021 01:34:43 +0000 (10:34 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 21 Apr 2021 01:34:43 +0000 (10:34 +0900)
commit22b2dec31b2ef4dfee299290b16375e9fa6e6932
tree035790e4c0fd62798abebbba2c4d7c1ab3689bf1
parent783be78ca91166ac7f80c953f2bbc5af1f61c6cd
Add CURRENT_ROLE to list of roles for tab completion of GRANT in psql

This compatibility has been added in 45b9805, but psql forgot the call.

Author: Wei Wang
Reviewed-by: Aleksander Alekseev
Discussion: https://postgr.es/m/OS3PR01MB6275935F62E161BCD393D6559E489@OS3PR01MB6275.jpnprd01.prod.outlook.com
src/bin/psql/tab-complete.c