Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wCpzn-002M0s-0L for pgsql-hackers@arkaria.postgresql.org; Wed, 15 Apr 2026 02:28:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wCpzl-00E9AN-15 for pgsql-hackers@arkaria.postgresql.org; Wed, 15 Apr 2026 02:28:50 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wCpzk-00E99s-1J for pgsql-hackers@lists.postgresql.org; Wed, 15 Apr 2026 02:28:49 +0000 Received: from m16.mail.163.com ([220.197.31.4]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wCpzd-000000018Yo-2yQx for pgsql-hackers@lists.postgresql.org; Wed, 15 Apr 2026 02:28:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Message-ID:Date:MIME-Version:Subject:To:From: Content-Type; bh=zy095aynVD63qoI4ayi4DoQ9Gx5/UqPVfksH7JG2INU=; b=auzQCK7rEgxf6lc0wu7WSwCwj+aC4eS81zc1el7/mcK7JSXMmgGXQ5yXJEj9ha 6SNmvbaTE1FwL7Sb9uZ4edZkP3obfXsenlkRDpu/WrWnikrQInU8RbYw8d98yKKm a3M6rZIrSwkagEAFcouRcwxrWxrhYkRYQPrZBEVs/gjq8= Received: from [192.168.9.52] (unknown []) by gzsmtp4 (Coremail) with SMTP id PygvCgCXIA_N995pSmhZAA--.182S2; Wed, 15 Apr 2026 10:28:31 +0800 (CST) Message-ID: <807aee56-9c38-4361-92a5-18bd41ea0049@163.com> Date: Wed, 15 Apr 2026 10:28:28 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [doc] pg_ctl: fix wrong description for -l To: "Hayato Kuroda (Fujitsu)" , 'Fujii Masao' , Andreas Karlsson Cc: "pgsql-hackers@lists.postgresql.org" References: <8b587a55-148f-4cb4-8941-8fed282625a9@proxel.se> From: Xiaopeng Wang In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CM-TRANSID: PygvCgCXIA_N995pSmhZAA--.182S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUeksgUUUUU X-Originating-IP: [124.133.18.218] X-CM-SenderInfo: 5z0sslisy6il2tof0z/xtbC6Q9DA2ne989hOQAA3x List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 在 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 of the same group may be able to read it depending on the data directory permissions. Regard, Xiaopeng Wang