1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Correct directory names.

Thanks to Martin A. Marques <martin@math.unl.edu.ar> for the tip.
This commit is contained in:
Peter Eisentraut
2000-11-20 22:01:21 +00:00
parent 3568cf50e5
commit 5350ff2523

View File

@ -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"> <chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title> <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 these commands while logged in to the special database user account
(which you already have if you are upgrading). (which you already have if you are upgrading).
<programlisting> <programlisting>
<userinput>/usr/local/pgsql/bin/initdb -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/bin</> <userinput>/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data</>
</programlisting> </programlisting>
Finally, restore your data with Finally, restore your data with
<screen> <screen>