pgsql: Add support for GRANT SET in psql tab completion

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add support for GRANT SET in psql tab completion
Date: 2022-12-12 07:52:59
Message-ID: E1p4dcQ-003AGn-Kr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robins Tharakan 2022-12-12 12:28:55 Re: pgsql: postgres_fdw: Fix assertion in estimate_path_cost_size().
Previous Message Michael Paquier 2022-12-12 00:02:30 pgsql: Remove direct call to GetNewObjectId() for pg_auth_members.oid