Add more tab completion support for ALTER TABLE ADD in psql

Michael Paquier <michael@paquier.xyz>

Commit: d3fa87657860a50643118c682cdbf53f508a3fab
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-08-30T00:46:20Z
Releases: 15.0
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

PathChange+/−
src/bin/psql/tab-complete.c modified +43 −0

Discussion