Re: psql: Add tab completion for ALTER USER RESET

2024-12-09 Thread Tomas Vondra
Hi, On 11/29/24 09:42, Robins Tharakan wrote: > Hi, > > Please find attached a patch to help tab completion show only currently > set vars > during ALTER USER RESET. > > Currently tab completion provides a list of all vars which is only > partially helpful. > This patch allows tab completion to

psql: Add tab completion for ALTER USER RESET

2024-11-29 Thread Robins Tharakan
Hi, Please find attached a patch to help tab completion show only currently set vars during ALTER USER RESET. Currently tab completion provides a list of all vars which is only partially helpful. This patch allows tab completion to see which vars are currently set for the role and only show those