summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorBruce Momjian2004-10-06 18:39:16 +0000
committerBruce Momjian2004-10-06 18:39:16 +0000
commitc62a5465fba74c9bc1ae2e45b705a633a03fcc46 (patch)
treeb68778d1b6c0a9947cae13e2c5a4bdbec0a14296 /doc/src/sgml
parent94954c7f6a378c6e812ea114488e3c9fa71e55f0 (diff)
Suppress psql \s help display for platforms like Win32 that don't
typically install witn readline, and throw an error if they try to access it.
Diffstat (limited to 'doc/src/sgml')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 8dce2924dbd..02c298f91a6 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.122 2004/09/20 18:51:17 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.123 2004/10/06 18:39:15 momjian Exp $
PostgreSQL documentation
-->
@@ -1603,7 +1603,7 @@ lo_import 152801
class="parameter">filename</replaceable> is omitted, the history
is written to the standard output. This option is only available
if <application>psql</application> is configured to use the
- <acronym>GNU</acronym> history library.
+ <acronym>GNU</acronym> readline (or history) library.
</para>
<note>