diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-10-06 18:39:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-10-06 18:39:16 +0000 |
commit | c62a5465fba74c9bc1ae2e45b705a633a03fcc46 (patch) | |
tree | b68778d1b6c0a9947cae13e2c5a4bdbec0a14296 /doc/src | |
parent | 94954c7f6a378c6e812ea114488e3c9fa71e55f0 (diff) | |
download | postgresql-c62a5465fba74c9bc1ae2e45b705a633a03fcc46.tar.gz postgresql-c62a5465fba74c9bc1ae2e45b705a633a03fcc46.zip |
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')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
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> |