pgsql: Add tab completion for pager_min_lines to psql.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add tab completion for pager_min_lines to psql.
Date: 2016-06-23 20:13:12
Message-ID: E1bGAzw-0006Od-6y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tab completion for pager_min_lines to psql.

This was inadvertantly omitted from commit
7655f4ccea570d57c4d473cd66b755c03c904942. Mea culpa.

Backpatched to 9.5 where pager_min_lines was introduced.

Branch
------
REL9_5_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-06-24 05:07:40 pgsql: psql: Improve \crosstabview error messages
Previous Message Tom Lane 2016-06-23 14:56:17 pgsql: Fix small memory leak in partial-aggregate deserialization funct