Re: Help installing PGSQL 7.1 on Linux

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: Help installing PGSQL 7.1 on Linux
Дата
Msg-id 200111091749.MAA12663@tisch.mail.mindspring.net
обсуждение исходный текст
Ответ на Help installing PGSQL 7.1 on Linux  (Mayan <escalante@canada.com>)
Список 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@turnstep.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-----


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PSQL anc compile errors
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: General question about DBI/DBD