pgsql: Allow tab-completion of :variable even as first word on a line.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow tab-completion of :variable even as first word on a line.
Date: 2011-02-11 22:02:50
Message-ID: E1Po14k-0000o3-Ip@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow tab-completion of :variable even as first word on a line.

Christoph Berg

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5917574539732a6e521a6dc260fcd7c9a258d89e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-02-11 22:44:17 pgsql: Fix comment recently obsoleted
Previous Message Robert Haas 2011-02-11 16:55:57 pgsql: Typo fixes. receivedUpto should be capitalized consistently.