Here is a patch that does just that, while maintaining the

Bruce Momjian <bruce@momjian.us>

Commit: b26dfbb0e3204c170e7928b7156521fa18b744bf
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-11-08T19:12:21Z
Releases: 7.4.1
Here is a patch that does just that, while maintaining the
"traditional" behavior, so the change should be transparent. Use the
command "\pset pager always" to turn it on. Anything else does the
normal toggle between "on" and "off"

Greg Sabino Mullane

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +12 −12
src/bin/psql/command.c modified +10 −3
src/bin/psql/common.c modified +2 −2
src/bin/psql/help.c modified +2 −2
src/bin/psql/help.h modified +2 −2
src/bin/psql/print.h modified +4 −3
src/bin/psql/startup.c modified +2 −2