Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d3c85 commit 531126cCopy full SHA for 531126c
doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
1
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.53 2001/09/09 23:52:12 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.54 2001/09/10 08:46:46 ishii Exp $ -->
2
3
<chapter id="installation">
4
<title><![%flattext-install-include[<productname>PostgreSQL</>]]>
@@ -17,6 +17,7 @@
17
gmake
18
gmake install
19
adduser postgres
20
+chown -R postgres /usr/local/pgsql
21
su - postgres
22
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
23
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &
0 commit comments