From 5740b7d100c89f9fb62c78522bd7142a0618c89a 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] pg_ctl: fix wrong description in -l

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

diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index a0287bb81d6..14ed1e533f3 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -298,9 +298,10 @@ PostgreSQL documentation
       <listitem>
        <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.
+        <replaceable>filename</replaceable>.  Access to the log file is
+        disallowed to other users by default, but users in the same group as
+        the current user can also read if group permissions are enabled on
+        the specified database directory.
        </para>
       </listitem>
      </varlistentry>
-- 
2.47.3

