Add more tab completion support for ALTER TABLE ADD in psql
authorMichael Paquier <michael@paquier.xyz>
Mon, 30 Aug 2021 00:46:20 +0000 (09:46 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 30 Aug 2021 00:46:20 +0000 (09:46 +0900)
commitd3fa87657860a50643118c682cdbf53f508a3fab
tree33d1d40e6ae936345038dfd800e70623cb5cadbf
parent10d58228bb1c824c5124ecd1b6c5e46a3c157a39
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
src/bin/psql/tab-complete.c