Re: mprove tab completion for ALTER EXTENSION ADD/DROP

Matheus Alcantara <mths.dev@pm.me>

From: Matheus Alcantara <mths.dev@pm.me>
To: vignesh C <vignesh21@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-12-03T17:34:57Z
Lists: pgsql-hackers
------- Original Message -------
On Sunday, November 27th, 2022 at 10:24, vignesh C <vignesh21@gmail.com> wrote:


> Hi,
> 
> Tab completion for ALTER EXTENSION ADD and DROP was missing, this
> patch adds the tab completion for the same.
> 
> Regards,
> Vignesh

Hi Vignesh

I've tested your patched on current master and seems to be working properly.


I'm starting reviewing some patches here, let's see what more experience hackers
has to say about this, but as far I can tell is that is working as expected.


--
Matheus Alcantara




Commits

  1. Add support for tab completion after ALTER EXTENSION ADD|DROP in psql