pgsql: Add tab-completion for psql meta-commands. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Add tab-completion for psql meta-commands.
Date
Msg-id E1ZCTxV-0001DB-Hd@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Refer to %p in the psql docs as 'process ID' not 'pid'.
Next
From: Fujii Masao
Date:
Subject: pgsql: Add tab-completion for psql meta-commands.