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

Commit 531126c

Browse files
committed
Short version of install procedure fails due to lacking chown.
1 parent 35d3c85 commit 531126c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/installation.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.53 2001/09/09 23:52:12 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.54 2001/09/10 08:46:46 ishii Exp $ -->
22

33
<chapter id="installation">
44
<title><![%flattext-install-include[<productname>PostgreSQL</>]]>
@@ -17,6 +17,7 @@
1717
gmake
1818
gmake install
1919
adduser postgres
20+
chown -R postgres /usr/local/pgsql
2021
su - postgres
2122
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
2223
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data &gt;logfile 2&gt;&amp;1 &amp;

0 commit comments

Comments
 (0)