|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.35 2001/02/1002:31:26 tgl Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.36 2001/02/1018:24:14 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions</title>
|
@@ -74,7 +74,10 @@ su - postgres
|
74 | 74 | The <acronym>GNU</> <productname>Readline</> library for comfortable
|
75 | 75 | line editing and command history retrieval will automatically be used
|
76 | 76 | if found. You might wish to install it before proceeding, but it is not
|
77 |
| - required. |
| 77 | + required. (On <productname>NetBSD</productname>, the |
| 78 | + <filename>libedit</filename> library is |
| 79 | + <productname>readline</productname>-compatible and is used if |
| 80 | + <filename>libreadline</filename> is not found.) |
78 | 81 | </para>
|
79 | 82 | </listitem>
|
80 | 83 |
|
|