mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Remove odd duplicate wording in psql pager section.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.203 2008/05/08 17:04:26 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.204 2008/05/14 04:07:01 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -1714,16 +1714,13 @@ lo_import 152801
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
When the pager is off, the pager is not used. When the pager
|
When the pager is <literal>off</>, the pager is not used. When the pager
|
||||||
is on, the pager is used only when appropriate, i.e. the
|
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.
|
output is to a terminal and will not fit on the screen.
|
||||||
(<application>psql</> does not do a perfect job of estimating
|
(<application>psql</> does not do a perfect job of estimating
|
||||||
when to use the pager.) <literal>\pset pager</> turns the
|
when to use the pager.) <literal>\pset pager</> turns the
|
||||||
pager on and off. Pager can also be set to <literal>always</>,
|
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
|
which causes the pager to be always used.
|
||||||
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.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user