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

index a5ec1cfde962ff6e8039c07bda683b57c98067b0..6b14c8b3a0c92b78f81e7e67ff80c215e73de512 100644 (file)
@@ -1714,16 +1714,13 @@ lo_import 152801
           </para>
 
           <para>
-          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 <literal>off</>, the pager is not used. When the pager
+          is <literal>on</>, the pager is used only when appropriate, i.e. the
           output is to a terminal and will not fit on the screen.
           (<application>psql</> does not do a perfect job of estimating
           when to use the pager.) <literal>\pset pager</> turns the
           pager on and off. Pager can also be set to <literal>always</>,
-          which causes the pager to be always used, or you can set the pager
-          to <literal>on</> which will enable the usage of the pager when
-          appropriate, or you can set the pager to <literal>off</> which
-          will disable the pager.
+          which causes the pager to be always used.
           </para>
           </listitem>
           </varlistentry>