pgsql: Add tab-completion for psql meta-commands.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add tab-completion for psql meta-commands.
Date: 2015-07-07 14:34:53
Message-ID: E1ZCTxV-0001DB-Hd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tab-completion for psql meta-commands.

Based on the original code from David Christensen, modified by me.

Branch
------
master

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

Modified Files
--------------
src/bin/psql/tab-complete.c | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-07 15:50:03 pgsql: Improve handling of out-of-memory in libpq.
Previous Message Fujii Masao 2015-07-07 14:32:20 pgsql: Add tab-completion for psql meta-commands.