Re: [PATCH] Tab completion for ALTER TABLE … ADD …
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker )
To: pgsql-hackers@lists.postgresql.org
Date: 2021-08-07T22:25:44Z
Lists: pgsql-hackers
ilmari@ilmari.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
Commits
-
Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psql
- f2bbadce6b50 15.0 landed
-
Add more tab completion support for ALTER TABLE ADD in psql
- d3fa87657860 15.0 landed