From 91837695bedd6ca65ccfce88330df439bce8fd77 Mon Sep 17 00:00:00 2001
From: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Date: Mon, 23 Mar 2026 19:37:19 +0900
Subject: [PATCH v2] pg_ctl: fix wrong description in -l

---
 doc/src/sgml/ref/pg_ctl-ref.sgml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index a0287bb81d6..951a20d8698 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -299,8 +299,9 @@ PostgreSQL documentation
        <para>
         Append the server log output to
         <replaceable>filename</replaceable>.  If the file does not
-        exist, it is created.  The <systemitem>umask</systemitem> is set to 077,
-        so access to the log file is disallowed to other users by default.
+        exist, it is created.  Access to the log file is disallowed to other
+        users by default, but users in the same group can also read it if group
+        permissions are enabled on the data directory.
        </para>
       </listitem>
      </varlistentry>
-- 
2.47.3

