From 91dfa1af97b21a817ac4e4b5efdc510215c8774c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 15 Jul 2002 01:56:25 +0000 Subject: Fix \? and \pset pager handling. \? wasn't honoring pager before. --- doc/src/sgml/ref/psql-ref.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 85bc6852be4..923a8741112 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1036,7 +1036,7 @@ lo_import 152801 pager - Toggles the list of a pager to do table output. If the + Toggles the use of a pager for query and psql help output. If the environment variable PAGER is set, the output is piped to the specified program. Otherwise more is used. @@ -1050,7 +1050,7 @@ lo_import 152801 of the printing routines it is not always possible to predict the number of lines that will actually be printed. For that reason psql might not appear very - discriminating about when to use the pager and when not to. + discriminating about when to use the pager. -- cgit v1.2.3