pgsql: Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint
Date
Msg-id E1T3Ydv-0003zD-4j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint name.

Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/68386fc15b8ba01b5a4c4ed98c4a4d4968817cc9

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.
Next
From: Robert Haas
Date:
Subject: pgsql: Improved tab completion for CLUSTER VERBOSE.