projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35d3c85
)
Short version of install procedure fails due to lacking chown.
author
Tatsuo Ishii
Mon, 10 Sep 2001 08:46:46 +0000
(08:46 +0000)
committer
Tatsuo Ishii
Mon, 10 Sep 2001 08:46:46 +0000
(08:46 +0000)
doc/src/sgml/installation.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/installation.sgml
b/doc/src/sgml/installation.sgml
index 75d489cd35a036e0ad038b5def532816f308f6b3..ae4ac81ce6479fb8974a1e47c7675fc0bb166c12 100644
(file)
--- a/
doc/src/sgml/installation.sgml
+++ b/
doc/src/sgml/installation.sgml
@@
-1,4
+1,4
@@
-
+
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 &