Re: Installation docs wrong? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Installation docs wrong?
Date
Msg-id 20870.1111734044@sss.pgh.pa.us
Whole thread Raw
In response to Installation docs wrong?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> 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)

That doesn't matter per se.  But I wonder if /usr/local/pgsql was set up
as not world readable.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "John Hansen"
Date:
Subject: Re: Patch for collation using ICU
Next
From: Karel Zak
Date:
Subject: Re: Upcoming 8.0.2 Release