From: | Martin Pihlak <martin(dot)pihlak(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: log files and permissions |
Date: | 2010-07-01 16:58:26 |
Message-ID: | 4C2CC932.9080303@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> It doesn't appear to me that this helps unless you are willing to make
> the containing director(ies) group-readable/executable as well, which is
> something we've resisted doing.
>
The log can be moved outside of data directory by setting "log_directory"
to an absolute path. Then the permissions for the log directory can be arbitrary
as the postmaster is only strict about permissions on data directory.
regards,
Martin
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2010-07-01 17:03:05 | Re: log files and permissions |
Previous Message | Kevin Grittner | 2010-07-01 16:56:13 | Re: log files and permissions |