From c685bd11b5611372c48f0b3aa4f12df872af9696 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 14 May 2008 04:07:01 +0000 Subject: [PATCH] Remove odd duplicate wording in psql pager section. --- doc/src/sgml/ref/psql-ref.sgml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index a5ec1cfde9..6b14c8b3a0 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1714,16 +1714,13 @@ lo_import 152801 - When the pager is off, the pager is not used. When the pager - is on, the pager is used only when appropriate, i.e. the + When the pager is off, the pager is not used. When the pager + is on, the pager is used only when appropriate, i.e. the output is to a terminal and will not fit on the screen. (psql does not do a perfect job of estimating when to use the pager.) \pset pager turns the pager on and off. Pager can also be set to always, - which causes the pager to be always used, or you can set the pager - to on which will enable the usage of the pager when - appropriate, or you can set the pager to off which - will disable the pager. + which causes the pager to be always used. -- 2.39.5