|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.203 2008/05/08 17:04:26 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.204 2008/05/1404:07:01 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -1714,16 +1714,13 @@ lo_import 152801
|
1714 | 1714 | </para>
|
1715 | 1715 |
|
1716 | 1716 | <para>
|
1717 |
| - When the pager is off, the pager is not used. When the pager |
1718 |
| - ison, the pager is used only when appropriate, i.e. the |
| 1717 | + When the pager is<literal>off</>, the pager is not used. When the pager |
| 1718 | + is<literal>on</>, the pager is used only when appropriate, i.e. the |
1719 | 1719 | output is to a terminal and will not fit on the screen.
|
1720 | 1720 | (<application>psql</> does not do a perfect job of estimating
|
1721 | 1721 | when to use the pager.) <literal>\pset pager</> turns the
|
1722 | 1722 | pager on and off. Pager can also be set to <literal>always</>,
|
1723 |
| - which causes the pager to be always used, or you can set the pager |
1724 |
| - to <literal>on</> which will enable the usage of the pager when |
1725 |
| - appropriate, or you can set the pager to <literal>off</> which |
1726 |
| - will disable the pager. |
| 1723 | + which causes the pager to be always used. |
1727 | 1724 | </para>
|
1728 | 1725 | </listitem>
|
1729 | 1726 | </varlistentry>
|
|