aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-05-17 16:06:25 +0000
committerBruce Momjian <bruce@momjian.us>2004-05-17 16:06:25 +0000
commitd14db1321bee5fe07ed6e16c4368894e00e2b00d (patch)
treeca5176c046eb1dd131235d37ee72a6c04daece99
parent2657c24b6dc323b1b1fba00298daa49ce8353e07 (diff)
downloadpostgresql-d14db1321bee5fe07ed6e16c4368894e00e2b00d.tar.gz
postgresql-d14db1321bee5fe07ed6e16c4368894e00e2b00d.zip
Add documentation that installations are relocatable unless configure
locations are overridden.
-rw-r--r--doc/src/sgml/installation.sgml8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index c84a9223f00..f4626c6b5b5 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.198 2004/05/17 15:00:50 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.199 2004/05/17 16:06:25 momjian Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -497,7 +497,11 @@ su - postgres
<para>
If you have special needs, you can also customize the
- individual subdirectories with the following options.
+ individual subdirectories with the following options. However,
+ if you leave these with their defaults, the installation will be
+ relocatable, meaning you can move the directory after
+ installation. (The <literal>man</> and <literal>doc</>
+ locations are not affected by this.)
</para>
</listitem>
</varlistentry>