Skip to content

Commit f93449e

Browse files
committed
'chown -R postgres /usr/local/pgsql' is wrong. Need to do some more typing.
1 parent aaed778 commit f93449e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/src/sgml/installation.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.54 2001/09/10 08:46:46 ishii Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.55 2001/09/12 20:57:28 petere Exp $ -->
22

33
<chapter id="installation">
44
<title><![%flattext-install-include[<productname>PostgreSQL</>]]>
@@ -12,18 +12,20 @@
1212
<title>Short Version</title>
1313

1414
<para>
15-
<synopsis>
15+
<synopsis>
1616
./configure
1717
gmake
18+
su
1819
gmake install
1920
adduser postgres
20-
chown -R postgres /usr/local/pgsql
21+
mkdir /usr/local/pgsql/data
22+
chown postgres /usr/local/pgsql/data
2123
su - postgres
2224
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
2325
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data &gt;logfile 2&gt;&amp;1 &amp;
2426
/usr/local/pgsql/bin/createdb test
2527
/usr/local/pgsql/bin/psql test
26-
</synopsis>
28+
</synopsis>
2729
The long version is the rest of this
2830
<![%flattext-install-include;[document.]]>
2931
<![%flattext-install-ignore;[chapter.]]>

0 commit comments

Comments
 (0)