mprove tab completion for ALTER EXTENSION ADD/DROP

vignesh C <vignesh21@gmail.com>

From: vignesh C <vignesh21@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-27T13:24:27Z
Lists: pgsql-hackers

Attachments

Hi,

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

Regards,
Vignesh

Commits

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