Re: Installation docs wrong?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Installation docs wrong?
Дата
Msg-id 424395E1.8020702@familyhealth.com.au
обсуждение исходный текст
Ответ на Installation docs wrong?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Sorry, on further investigation this seems to work for everyone except 
that guy - weird.

Chris

Christopher Kings-Lynne wrote:
> 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
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Installation docs wrong?
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Installation docs wrong?