Correct directory names.
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 20 Nov 2000 22:01:21 +0000 (22:01 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 20 Nov 2000 22:01:21 +0000 (22:01 +0000)
Thanks to Martin A. Marques <martin@math.unl.edu.ar> for the tip.

doc/src/sgml/installation.sgml

index 0cf3ffde7183e05e06af3ea3bd248345dd7aaa90..0402fe6ff1b9d0aa9eb364b5f9bc17d29d1b71de 100644 (file)
@@ -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>