Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5350ff2

Browse files
committed
Correct directory names.
Thanks to Martin A. Marques <martin@math.unl.edu.ar> for the tip.
1 parent 3568cf5 commit 5350ff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/installation.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.28 2000/11/05 20:52:59 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.29 2000/11/20 22:01:21 petere Exp $ -->
22

33
<chapter id="installation">
44
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
@@ -232,8 +232,8 @@ su - postgres
232232
these commands while logged in to the special database user account
233233
(which you already have if you are upgrading).
234234
<programlisting>
235-
<userinput>/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/bin</>
236-
<userinput>/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/bin</>
235+
<userinput>/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data</>
236+
<userinput>/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data</>
237237
</programlisting>
238238
Finally, restore your data with
239239
<screen>

0 commit comments

Comments
 (0)