| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | Zeki Mokhtarzada <zeki(at)mokhtarzada(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: Permission denied errors |
| Date: | 2005-08-24 15:18:28 |
| Message-ID: | 20050824151828.GH15385@surnet.cl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On Tue, Aug 23, 2005 at 11:06:44AM -0400, Zeki Mokhtarzada wrote:
> Very interesting... We recently changed the location of the data files
> using a symbolic link. Although all of the files had the correct ownership,
> the new parent directory was not owned by postgres. The strange thing
> is that we have been running like this for over a week, and even now,
> only the log table was effected (the log table is the only table that
> has a large number of data changing, most of the other tables are
> relatively static). Changing the owner of the parent directory to
> postgres fixed the problem.
Probably, this is because on other tables you do not need to create new
segments, while the ev_log table is big enough to need some.
--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"People get annoyed when you try to debug them." (Larry Wall)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Elmival Sousa | 2005-08-24 15:26:05 | Re: Problemas durante a instalacao do postgresql 8.0.3 no suse sles 9 |
| Previous Message | Alvaro Herrera | 2005-08-24 15:14:40 | Re: Problemas durante a instalacao do postgresql 8.0.3 no suse sles 9 |