Add more tab completion support for ALTER TABLE ADD in psql
Michael Paquier <michael@paquier.xyz>
Add more tab completion support for ALTER TABLE ADD in psql This includes the detection of new patterns for various constraint types, with the addition of USING INDEX for unique indexes of a table on primary keys and unique constraints. Author: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/87bl6ehhpl.fsf@wibble.ilmari.org
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/tab-complete.c | modified | +43 −0 |
Discussion
- [PATCH] Tab completion for ALTER TABLE … ADD … 8 messages · 2021-08-03 → 2021-08-31