pgsql: Don't tab-complete COMMENT ON ... IS with IS.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't tab-complete COMMENT ON ... IS with IS.
Date: 2014-12-31 16:07:16
Message-ID: E1Y6Lno-0005Uy-Cf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't tab-complete COMMENT ON ... IS with IS.

Ian Barwick

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c168c885776cd5d815611c10633ca04f699744e3

Modified Files
--------------
src/bin/psql/tab-complete.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-12-31 16:20:39 pgsql: Add missing pstrdup calls
Previous Message Tom Lane 2014-12-30 22:27:26 Re: Re: [COMMITTERS] pgsql: pg_event_trigger_dropped_objects: Add name/args output columns