aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-02-10 18:24:14 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-02-10 18:24:14 +0000
commitbe274f47d0063c00871c87159b2842703e0b1761 (patch)
treee13e28630e7ed2acd7dad24befd5cd4fd411263a /doc/src
parent88517a2d9e463e41327bd0b169a3d49700b804cb (diff)
downloadpostgresql-be274f47d0063c00871c87159b2842703e0b1761.tar.gz
postgresql-be274f47d0063c00871c87159b2842703e0b1761.zip
Document that NetBSD's libedit can be used instead of readline.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 11d3cb20d5f..9bde5344604 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.35 2001/02/10 02:31:26 tgl Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.36 2001/02/10 18:24:14 petere Exp $ -->
<chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions</title>
@@ -74,7 +74,10 @@ su - postgres
The <acronym>GNU</> <productname>Readline</> library for comfortable
line editing and command history retrieval will automatically be used
if found. You might wish to install it before proceeding, but it is not
- required.
+ required. (On <productname>NetBSD</productname>, the
+ <filename>libedit</filename> library is
+ <productname>readline</productname>-compatible and is used if
+ <filename>libreadline</filename> is not found.)
</para>
</listitem>