pgsql: Add more tab completion support for ALTER TABLE ADD in psql - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add more tab completion support for ALTER TABLE ADD in psql
Date
Msg-id E1mKVWS-0002XK-4E@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: add a little about LACON execution to src/backend/regex/REA
Next
From: Amit Kapila
Date:
Subject: pgsql: Refactor sharedfileset.c to separate out fileset implementation.