From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Installation docs wrong? |
Date: | 2005-03-25 07:00:44 |
Message-ID: | 20870.1111734044@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Karel Zak | 2005-03-25 08:08:43 | Re: Upcoming 8.0.2 Release |
Previous Message | John Hansen | 2005-03-25 05:34:41 | Re: Patch for collation using ICU |