postgresql/src
Andrew Dunstan 7655f4ccea 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.
2015-03-28 11:07:41 -04:00
..
backend Add index-only scan support to inet GiST opclass. 2015-03-28 15:11:53 +02:00
bin Add a pager_min_lines setting to psql 2015-03-28 11:07:41 -04:00
common Unlink static libraries before rebuilding them. 2015-03-01 13:05:23 -05:00
include Add index-only scan support to inet GiST opclass. 2015-03-28 15:11:53 +02:00
interfaces Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
makefiles
pl Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
port Upgrade src/port/rint.c to be POSIX-compliant. 2015-03-25 15:54:18 -04:00
template Remove duplicate specification of -Ae for HP-UX C compiler. 2015-01-13 22:52:11 -05:00
test Add a pager_min_lines setting to psql 2015-03-28 11:07:41 -04:00
timezone Update time zone data files to tzdata release 2015a. 2015-01-30 22:45:44 -05:00
tools Try to fix MSVC build of pg_rewind. 2015-03-23 20:26:49 +02:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib Unlink static libraries before rebuilding them. 2015-03-01 13:05:23 -05:00
nls-global.mk
win32.mak