Add missed case for tab completion of GRANT/REVOKE MAINTAIN.
authorTom Lane <[email protected]>
Wed, 19 Apr 2023 14:49:53 +0000 (10:49 -0400)
committerTom Lane <[email protected]>
Wed, 19 Apr 2023 14:49:53 +0000 (10:49 -0400)
commit9e1e9d6560ec60535289ac15729a08e2f7cf4165
tree96e24988df4233d1f41b16586ede29fc52f873e5
parent0b5d1fb36adda612bd3d5d032463a6eeb0729237
Add missed case for tab completion of GRANT/REVOKE MAINTAIN.

We failed to offer "ON" after "GRANT MAINTAIN".
Oversight in commit 60684dd83.

Ken Kato

Discussion: https://postgr.es/m/6afe7712991882a864d6d10003264e7c@oss.nttdata.com
src/bin/psql/tab-complete.c