From: Peter Eisentraut Date: Mon, 20 Nov 2000 22:01:21 +0000 (+0000) Subject: Correct directory names. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=07c8fd66e45badc704cf858652dfa137c1e62398;p=users%2Fbernd%2Fpostgres.git Correct directory names. Thanks to Martin A. Marques for the tip. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 0cf3ffde71..0402fe6ff1 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -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). -/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/bin -/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/bin +/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data +/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data Finally, restore your data with