Installation docs wrong?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Installation docs wrong?
Дата
Msg-id 424393F6.9010000@familyhealth.com.au
обсуждение исходный текст
Ответы Re: Installation docs wrong?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: Installation docs wrong?  (Michael Fuhr <mike@fuhr.org>)
Re: Installation docs wrong?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On this page:

http://www.postgresql.org/docs/8.0/interactive/creating-cluster.html

It has this sequence:

root# mkdir /usr/local/pgsql/data
root# chown postgres /usr/local/pgsql/data
root# su postgres
postgres$ initdb -D /usr/local/pgsql/data

However, initdb will fail in this case, since the /usr/local/pgsql dir 
is NOT owned by postgres.  (This came up on IRC helping someone)

Should it in fact be:

root# chown -R postgres /usr/local/pgsql


Chris


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

Предыдущее
От: "Moran.Michael"
Дата:
Сообщение: Calling Functions from Delete Rule (+ contrib/pgcrypto) = madness ??
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Installation docs wrong?