1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00

Document that NetBSD's libedit can be used instead of readline.

This commit is contained in:
Peter Eisentraut 2001-02-10 18:24:14 +00:00
parent 88517a2d9e
commit be274f47d0

View File

@ -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"> <chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions</title> <title><![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions</title>
@ -74,7 +74,10 @@ su - postgres
The <acronym>GNU</> <productname>Readline</> library for comfortable The <acronym>GNU</> <productname>Readline</> library for comfortable
line editing and command history retrieval will automatically be used line editing and command history retrieval will automatically be used
if found. You might wish to install it before proceeding, but it is not 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> </para>
</listitem> </listitem>