Re: [doc] pg_ctl: fix wrong description for -l - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: [doc] pg_ctl: fix wrong description for -l
Date
Msg-id CAHGQGwHV957qNxqddvMiWh4YvSMuZkDq1QQyUU8px5pCTyFCDw@mail.gmail.com
Whole thread
In response to Re: [doc] pg_ctl: fix wrong description for -l  (Xiaopeng Wang <wxp_728@163.com>)
Responses RE: [doc] pg_ctl: fix wrong description for -l
List pgsql-hackers
On Wed, Apr 15, 2026 at 11:28 AM Xiaopeng Wang <wxp_728@163.com> wrote:
>
> 在 2026/4/13 13:20, Hayato Kuroda (Fujitsu) 写道:
> > Dear Andres, Fujii-san,
> >
> > Thanks for reviewing. Updated accordingly.
> >
> > Best regards,
> > Hayato Kuroda
> > FUJITSU LIMITED
> >
> +1 to fix the doc.
>
> I just feel the new sentence could be further polished a little bit, like:
>
> If the file does not exist, it is created. By default, the log file is not accessible to other users, though members
ofthe same group may be able to read it depending on the data directory permissions. 

"other users" and "members of the same group" sound a bit ambiguous to me.
Would it be clearer to refer explicitly to the cluster owner? For example:

----------------------
Append the server log output to "filename".  If the file does not
exist, it is created.  By default, only the cluster owner can access
the log file.  If group access is enabled in the cluster, users in the
same group as the cluster owner can also read it.
----------------------

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Reduce build times of pg_trgm GIN indexes
Next
From: Andres Freund
Date:
Subject: Re: Reduce build times of pg_trgm GIN indexes