pgsql: psql: Tab-complete ALTER ROLE ... IN DATABASE SET/RESET

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Tab-complete ALTER ROLE ... IN DATABASE SET/RESET
Date: 2026-03-02 17:05:29
Message-ID: E1vx6i1-0021kn-1w@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Tab-complete ALTER ROLE ... IN DATABASE SET/RESET

Detailed completion of the RESET clause is still missing. Not sure a
detailed implementation is worth the trouble.

Author: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Author: Vasuki M <vasukianand0119(at)gmail(dot)com>
Reviewed-by: zengman <zengman(at)halodbtech(dot)com>
Reviewed-by: Dharin Shah <dharinshah95(at)gmail(dot)com>
Reviewed-by: Surya Poondla <suryapoondla4(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAB8KJ=iH_v1YB2ss1A=BqvOAf28OVYiWRqUdE6TJ3pP-RdsPig@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/344b572e3eff620ffc2e3680730103e33a502bc6

Modified Files
--------------
src/bin/psql/tab-complete.in.c | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-03-02 17:23:55 pgsql: Fix OldestMemberMXactId and OldestVisibleMXactId array usage
Previous Message Tom Lane 2026-03-02 16:15:23 pgsql: In pg_dumpall, don't skip role GRANTs with dangling grantor OIDs