pgsql: Add missed case for tab completion of GRANT/REVOKE MAINTAIN.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missed case for tab completion of GRANT/REVOKE MAINTAIN.
Date: 2023-04-19 14:50:02
Message-ID: E1pp98D-003qyg-Jo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2023-04-19 17:43:03 pgsql: Fix wal_consistency_checking enhanced desc output.
Previous Message Daniel Gustafsson 2023-04-19 10:57:59 pgsql: Fix errormessage for missing system CA in OpenSSL 3.1