Обсуждение: pgsql: Add more tab completion support for ALTER TABLE ADD in psql

Поиск
Список
Период
Сортировка

pgsql: Add more tab completion support for ALTER TABLE ADD in psql

От
Michael Paquier
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d3fa87657860a50643118c682cdbf53f508a3fab

Modified Files
--------------
src/bin/psql/tab-complete.c | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)