aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-05-18 21:46:25 +0000
committerBruce Momjian <bruce@momjian.us>2004-05-18 21:46:25 +0000
commit4c82cb9d4090bebe588d24e01bcfe5b1601445da (patch)
tree989cc87976afca24972285ef9f7b39cf15e1258a
parentdcf459e6628001d445b02871864dd3adb9960fb7 (diff)
downloadpostgresql-4c82cb9d4090bebe588d24e01bcfe5b1601445da.tar.gz
postgresql-4c82cb9d4090bebe588d24e01bcfe5b1601445da.zip
Trim down relocatable docs, per Peter.
-rw-r--r--doc/src/sgml/installation.sgml8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 60a727f2fe9..c643a362f9e 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.200 2004/05/18 20:34:01 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.201 2004/05/18 21:46:25 momjian Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -508,11 +508,7 @@ su - postgres
For relocatable installs, you might want to use
<filename>configure</filename>'s <literal>--disable-rpath</>
option. Also, you will need to tell the operating system how
- to find the shared libraries used by applications like
- <application>psql</> either using a system-wide shared
- library configuration file like <filename>ld.so.conf</>,
- or an environment variable like <literal>LD_LIBRARY_PATH</>.
- </para>
+ to find the shared libraries.
</listitem>
</varlistentry>