Re: Help installing PGSQL 7.1 on Linux

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Help installing PGSQL 7.1 on Linux
Date: 2001-11-09 17:49:03
Message-ID: 200111091749.MAA12663@tisch.mail.mindspring.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The file doc/src/sgml/installation.sgml has the new and improved
directions, namely:

./configure
gmake
su
gmake install
adduser postgres
mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
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 &
/usr/local/pgsql/bin/createdb test
/usr/local/pgsql/bin/psql test

(note the all-important 'chown' line)

It looks as if this has not made it's way into the top-level
INSTALL file. Maybe somebody could remedy that? (and the online
docs too?)

Greg Sabino Mullane
greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200111091249

-----BEGIN PGP SIGNATURE-----
Comment: http://www.turnstep.com/pgp.html

iQA/AwUBO+wXwrybkGcUlkrIEQJ4egCfeLDfvM/zcgx/Lg7hJoc8l1LwIvMAoKQF
nj3ZUW4ykvdOxDbTw2DB03Ud
=5TI/
-----END PGP SIGNATURE-----

Browse pgsql-general by date

  From Date Subject
Next Message Antoine Reid 2001-11-09 20:19:24 Re: How to view the functions that exists
Previous Message Tom Lane 2001-11-09 17:06:44 Re: PSQL anc compile errors