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

From: Neil Chen <carpenter(dot)nail(dot)cz(at)gmail(dot)com>
To: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...
Date: 2025-11-21 07:36:52
Message-ID: CAA3qoJmbV6u3sf0PxxaqwiL=Le7TJP8uxTNuEqmPC7WYgua1Xw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 21, 2025 at 1:25 PM Ian Lawrence Barwick <barwick(at)gmail(dot)com>
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 simple tests — it works correctly.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2025-11-21 07:47:05 Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Previous Message Corey Huinker 2025-11-21 07:32:45 Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions