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

2025-11-21 Thread Dagfinn Ilmari Mannsåker
Ian Lawrence Barwick writes: > Hi > > I found myself needing to work with ALTER ROLE ... IN DATABASE ... recently > and was annoyed by the lack of tab completion for this, so patch attached. A noble goal, but unfortunately th RESET form can't work properly due to limitations of the tab completio

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

2025-11-20 Thread Neil Chen
On Fri, Nov 21, 2025 at 1:25 PM Ian Lawrence Barwick wrote: > Hi > > I found myself needing to work with ALTER ROLE ... IN DATABASE ... recently > and was annoyed by the lack of tab completion for this, so patch attached. > > > Regards > > Ian Barwick > > HI, I've reviewed the patch and did simpl

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

2025-11-20 Thread Ian Lawrence Barwick
Hi I found myself needing to work with ALTER ROLE ... IN DATABASE ... recently and was annoyed by the lack of tab completion for this, so patch attached. Regards Ian Barwick From de1cb4cb546b9cfac280c44aea2cf112a85bc7e9 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 21 Nov 2025 11:47:26