summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/psql-ref.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml29
1 files changed, 1 insertions, 28 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 3bded5cf93b..c4a605683b9 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.74 2002/08/27 20:16:48 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.75 2002/09/18 20:09:32 petere Exp $
PostgreSQL documentation
-->
@@ -2274,33 +2274,6 @@ $endif
<application>readline</application> feature. Read its documentation
for further details.)
</para>
-
- <para>
- If you have the readline library installed but
- <application>psql</application> does not seem to use it, you must
- make sure that <productname>PostgreSQL</productname>'s top-level
- <filename>configure</filename> script finds it.
- <filename>configure</filename> needs to find both the library
- <filename>libreadline.a</filename> (or a shared library equivalent)
- <emphasis>and</emphasis> the header files
- <filename>readline.h</filename> and <filename>history.h</filename>
- (or <filename>readline/readline.h</filename> and
- <filename>readline/history.h</filename>) in appropriate directories.
- If you have the library and header files installed in an obscure
- place you must tell <filename>configure</filename> about them, for
- example:
-<programlisting>
-$ ./configure --with-includes=/opt/gnu/include --with-libs=/opt/gnu/lib ...
-</programlisting>
- Then you have to recompile <application>psql</application> (not
- necessarily the entire code tree).
- </para>
-
- <para>
- The <acronym>GNU</acronym> readline library can be obtained from the
- <acronym>GNU</acronym> project's <acronym>FTP</acronym> server at
- <ulink URL="ftp://ftp.gnu.org">ftp://ftp.gnu.org</ulink>.
- </para>
</refsect3>
</refsect2>
</refsect1>