Thread: pgsql: psql: Add more constraint completion

pgsql: psql: Add more constraint completion

From
Peter Eisentraut
Date:
psql: Add more constraint completion

- ALTER DOMAIN ... DROP/RENAME/VALIDATE CONSTRAINT
- ALTER TABLE ... RENAME/VALIDATE CONSTRAINT
- COMMENT ON CONSTRAINT
- SET CONSTRAINTS

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/05cf0ea8d1c94260cd11811b646ef7b16c148719

Modified Files
--------------
src/bin/psql/tab-complete.c |   88 ++++++++++++++++++++++++++++++++++++++++--
1 files changed, 83 insertions(+), 5 deletions(-)