Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...

From: VASUKI M <vasukianand0119(at)gmail(dot)com>
To: surya poondla <suryapoondla4(at)gmail(dot)com>
Cc: Ian Lawrence Barwick <barwick(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...
Date: 2025-12-22 12:25:57
Message-ID: CAE2r8H4XjNA5HPZWF-P=Di_7fmZn0GEbYe10Hg7pOGHkNLaKDA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi surya,

Thanks a lot for reviewing the patches and for the encouraging feedback
Sorry for the late reply — I missed the mail since I wasn’t CC’d and
noticed it only now.

Good point about the TAP tests. I'll be adding tab-completion tests in
src/bin/psql/t/010_tab_completion.pl for both Ian’s patch and the SET/RESET
cases from my patch shortly.

Thanks again!

Regards,

Vasuki M

C-DAC,Chennai

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message cca5507 2025-12-22 12:35:00 Re: [PATCH] Why is_admin_of_role() uses ROLERECURSE_MEMBERS ratherthan ROLERECURSE_PRIVS?
Previous Message Peter Eisentraut 2025-12-22 11:53:03 Re: Don't cast away const where possible