diff options
| author | Andrew Dunstan <andrew@dunslane.net> | 2015-03-28 11:07:41 -0400 |
|---|---|---|
| committer | Andrew Dunstan <andrew@dunslane.net> | 2015-03-28 11:07:41 -0400 |
| commit | 7655f4ccea570d57c4d473cd66b755c03c904942 (patch) | |
| tree | 66c54949a4abf3816b9826709728317889053bd5 /doc/src | |
| parent | cfe12763c32437bc708a64ce88a90c7544f16185 (diff) | |
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.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index a6370014987..a33e460bca0 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2236,6 +2236,18 @@ lo_import 152801 </varlistentry> <varlistentry> + <term><literal>pager_min_lines</literal></term> + <listitem> + <para> + If <literal>pager_min_lines</> is set to a number greater than the + page height, the pager program will not be called unless there are + at least this many lines of output to show. The default setting + is 0. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><literal>recordsep</literal></term> <listitem> <para> |
