From: Tatsuo Ishii Date: Mon, 10 Sep 2001 08:46:46 +0000 (+0000) Subject: Short version of install procedure fails due to lacking chown. X-Git-Tag: REL7_2_BETA1~456 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=531126c8547f02ac99be9cc69b5e280191f83f45;p=postgresql Short version of install procedure fails due to lacking chown. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 75d489cd35..ae4ac81ce6 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%flattext-install-include[<productname>PostgreSQL</>]]> @@ -17,6 +17,7 @@ gmake gmake install adduser postgres +chown -R postgres /usr/local/pgsql su - postgres /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &