Remove odd duplicate wording in psql pager section.
authorBruce Momjian
Wed, 14 May 2008 04:07:01 +0000 (04:07 +0000)
committerBruce Momjian
Wed, 14 May 2008 04:07:01 +0000 (04:07 +0000)
doc/src/sgml/ref/psql-ref.sgml

index 5a0ecb6ea8f05601787ce474455750981e6f361e..32346e413f37afacfb96ed073eb6f9444e8e5035 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -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.