pgsql: Add tab completion for pager_min_lines to psql. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Add tab completion for pager_min_lines to psql.
Date
Msg-id E1bGAzw-0006Oc-6v@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/562e44972490196884452e632a0a6d0db81b2335

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix small memory leak in partial-aggregate deserialization funct
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Add tab completion for pager_min_lines to psql.