pgsql: Add missed case for tab completion of GRANT/REVOKE MAINTAIN. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add missed case for tab completion of GRANT/REVOKE MAINTAIN.
Date
Msg-id E1pp98D-003qyg-Jo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e1e9d6560ec60535289ac15729a08e2f7cf4165

Modified Files
--------------
src/bin/psql/tab-complete.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix errormessage for missing system CA in OpenSSL 3.1
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Fix wal_consistency_checking enhanced desc output.