ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker) writes:
> Hi Hackers,
>
> The other day I noticed that there's no tab completion after ALTER TABLE
> … ADD, so here's a patch. In addition to COLUMN and all the table
> constraint types, it also completes with the list of unique indexes on
> the table after ALTER TABLE … ADD … USING INDEX.
Added to the 2021-09 commitfest: https://commitfest.postgresql.org/34/3280/
- ilmari