diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2001-09-10 08:46:46 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2001-09-10 08:46:46 +0000 |
commit | 531126c8547f02ac99be9cc69b5e280191f83f45 (patch) | |
tree | 46df44336069ad3508ec92dff6e2ba819db457b7 /doc/src | |
parent | 35d3c85ac0893992f979ee21dfd74496d8f0e900 (diff) | |
download | postgresql-531126c8547f02ac99be9cc69b5e280191f83f45.tar.gz postgresql-531126c8547f02ac99be9cc69b5e280191f83f45.zip |
Short version of install procedure fails due to lacking chown.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 75d489cd35a..ae4ac81ce64 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $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 $ --> <chapter id="installation"> <title><![%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 & |