aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-11-20 22:01:21 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-11-20 22:01:21 +0000
commit5350ff252391fdfd07ffc89eb296730f3e2fe933 (patch)
tree8b9c7f1f3c9f126b3f20dace665c6533a3881ed1
parent3568cf50e57b30fab25eaef09be85ec61c4e0ec7 (diff)
downloadpostgresql-5350ff252391fdfd07ffc89eb296730f3e2fe933.tar.gz
postgresql-5350ff252391fdfd07ffc89eb296730f3e2fe933.zip
Correct directory names.
Thanks to Martin A. Marques <martin@math.unl.edu.ar> for the tip.
-rw-r--r--doc/src/sgml/installation.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 0ab49667aaa..b51d37b2412 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.28 2000/11/05 20:52:59 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.29 2000/11/20 22:01:21 petere Exp $ -->
<chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
@@ -232,8 +232,8 @@ su - postgres
these commands while logged in to the special database user account
(which you already have if you are upgrading).
<programlisting>
-<userinput>/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/bin</>
-<userinput>/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/bin</>
+<userinput>/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data</>
+<userinput>/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data</>
</programlisting>
Finally, restore your data with
<screen>