pgsql: Add a pager_min_lines setting to psql

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Add a pager_min_lines setting to psql
Дата
Msg-id E1YbsP9-0001Uf-Fa@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a pager_min_lines setting to psql

If set, the pager will not be used unless this many lines are to be
displayed, even if that is more than the screen depth. Default is zero,
meaning it's disabled.

There is probably more work to be done in giving the user control over
when the pager is used, particularly when wide output forces use of the
pager regardless of how many lines there are, but this is a start.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7655f4ccea570d57c4d473cd66b755c03c904942

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml     |   12 ++++++++++++
src/bin/psql/command.c             |   21 +++++++++++++++++++--
src/bin/psql/common.c              |    2 +-
src/bin/psql/help.c                |   12 ++++++------
src/bin/psql/input.c               |    2 +-
src/bin/psql/print.c               |   16 +++++++++++-----
src/bin/psql/print.h               |    4 +++-
src/bin/psql/startup.c             |    1 +
src/test/regress/expected/psql.out |    1 +
9 files changed, 55 insertions(+), 16 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Use standard librart sqrt function in pg_stat_statements
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Better fix for misuse of Float8GetDatumFast().