File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="installation">
4
4
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
@@ -232,8 +232,8 @@ su - postgres
232
232
these commands while logged in to the special database user account
233
233
(which you already have if you are upgrading).
234
234
<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 </>
237
237
</programlisting>
238
238
Finally, restore your data with
239
239
<screen>
You can’t perform that action at this time.
0 commit comments