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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add more tab completion support for ALTER TABLE ADD in psql
Дата
Msg-id E1mKVWS-0002XK-4E@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: add a little about LACON execution to src/backend/regex/REA
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Refactor sharedfileset.c to separate out fileset implementation.