pgsql: psql: Generic tab completion support for enum and bool GUCs.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Generic tab completion support for enum and bool GUCs.
Date: 2015-09-08 19:00:02
Message-ID: E1ZZO7e-0008Py-VT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Generic tab completion support for enum and bool GUCs.

Author: Pavel Stehule
Reviewed-By: Andres Freund
Discussion: 5594FE7A(dot)5050205(at)iki(dot)fi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3ae16798f0f9d2d941e50062b579c28c9b946c9e

Modified Files
--------------
src/bin/psql/tab-complete.c | 132 +++++++++++++++++++++++++++++++------------
1 file changed, 97 insertions(+), 35 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2015-09-08 21:03:17 pgsql: Lock all relations referred to in updatable views
Previous Message Stephen Frost 2015-09-08 18:58:36 Re: pgsql: Improve logging of TAP tests.