pgsql: Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint
Date: 2012-08-20 20:32:11
Message-ID: E1T3Ydv-0003zD-4j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-08-20 20:46:39 pgsql: Improved tab completion for CLUSTER VERBOSE.
Previous Message Tom Lane 2012-08-20 17:26:05 pgsql: Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.