diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-07-15 01:56:25 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-07-15 01:56:25 +0000 |
commit | 91dfa1af97b21a817ac4e4b5efdc510215c8774c (patch) | |
tree | 07e8e270884b99c2c61bf9f96f0951e11bc4bc39 /doc/src | |
parent | d5fa19c6eeeeca1e6092344d8a83a2b9b0c8c7cb (diff) | |
download | postgresql-91dfa1af97b21a817ac4e4b5efdc510215c8774c.tar.gz postgresql-91dfa1af97b21a817ac4e4b5efdc510215c8774c.zip |
Fix \? and \pset pager handling. \? wasn't honoring pager before.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 85bc6852be4..923a8741112 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.67 2002/06/20 16:00:43 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.68 2002/07/15 01:56:25 momjian Exp $ PostgreSQL documentation --> @@ -1036,7 +1036,7 @@ lo_import 152801 <term><literal>pager</literal></term> <listitem> <para> - Toggles the list of a pager to do table output. If the + Toggles the use of a pager for query and psql help output. If the environment variable <envar>PAGER</envar> is set, the output is piped to the specified program. Otherwise <filename>more</filename> is used. @@ -1050,7 +1050,7 @@ lo_import 152801 of the printing routines it is not always possible to predict the number of lines that will actually be printed. For that reason <application>psql</application> might not appear very - discriminating about when to use the pager and when not to. + discriminating about when to use the pager. </para> </listitem> </varlistentry> |