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

From Kuroda, Hayato/黒田 隼人
Subject [doc] pg_ctl: fix wrong description for -l
Date
Msg-id OS9PR01MB1214959BE987B4839E3046050F54BA@OS9PR01MB12149.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: [doc] pg_ctl: fix wrong description for -l
List pgsql-hackers
Hi hackers,

While investigating codes related with the permissions, I found the below
description in the pg_ctl.

```
-l filename
--log=filename
Append the server log output to filename. If the file does not exist, it is created. The umask is set to 077, so access
tothe log file is disallowed to other users by default. 
```

But users who are in the same group can also see the log if group permissions are
enabled on the data directory. It was extended by c37b3d0 but updating the doc seemed
to be missed. Attached patch can fix the issue.

Best regards,
Hayato Kuroda
FUJITSU LIMITED


Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: 回复:Bug in MultiXact replay compat logic for older minor version after crash-recovery
Next
From: Ashutosh Sharma
Date:
Subject: Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication