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 1vuXEK-00BzJS-2P for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Feb 2026 14:48:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vuXEJ-00DfGH-1J for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Feb 2026 14:48:11 +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 1vuXEJ-00DfG9-0M for pgsql-hackers@lists.postgresql.org; Mon, 23 Feb 2026 14:48:11 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vuXEG-00000000scy-1LPo for pgsql-hackers@lists.postgresql.org; Mon, 23 Feb 2026 14:48:10 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 7C10C563B66 for ; Mon, 23 Feb 2026 15:48:08 +0100 (CET) Received: from s899.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 6C09B5641DB; Mon, 23 Feb 2026 15:48:08 +0100 (CET) Received: from s474.loopia.se (unknown [172.22.191.6]) by s899.loopia.se (Postfix) with ESMTP id 68C0D2C8BABE; Mon, 23 Feb 2026 15:48:08 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s474.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s934.loopia.se ([172.22.191.6]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with UTF8LMTP id LkEl0CgRS7SB; Mon, 23 Feb 2026 15:48:08 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s934.loopia.se (Postfix) with ESMTPSA id 08FD57CEA3F; Mon, 23 Feb 2026 15:48:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1771858088; bh=4+Ey5JpwawFjmqK7LOWFNVM9aCgq9PV9hqM4gk7JvJg=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=Wl7Qco3Db3U3Mjne1v0GoeRAuzV8Rq0l4kMIUapzGCcE6szWz12outnw/9bW2T9St TAhnQzq1b88bYpv//BwTBioXbkcxbYaapRVBBNnpNGGvb2Bu+VBXVsh+HTWm2auJKN lmrgKZ524tgt9EDRLxcej8t/fr3v2SAsgL3myY+ec4ZsQo81aT5EyCjv61nJZc3YfB R/N30/PoHPRwJ2161lNRkjg/4NeCcbFFpVzcltYxPRCsEfhsq/GfMw7qM4Pqj1+Gea 9V3fwZ9JTZteRok0l4pRRIvzcIjQVUtdeTojJ5cqQdtmmWdEOiRX7ohYmFo638/GXY ZiER3lkH3IFSQ== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: DOCS - Server Applications [option] should be [option...] From: Daniel Gustafsson In-Reply-To: Date: Mon, 23 Feb 2026 15:47:57 +0100 Cc: PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: <18D6F77A-A3FD-4DEE-8C79-D719F56D262F@yesql.se> References: To: Peter Smith X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 17 Feb 2026, at 02:08, Peter Smith wrote: > Make the "option" part consistent in the synopses of all Server = Applications: >=20 > 1. "[option]" should be "[option...]" Only if the application can take multiple options. pg_controldata can = for example only take a single parameter so [option] is correct there. > 2. It should be first Why? I think it makes more sense to list [option...] after required = parameters just like how pg_upgrade does it. We might not be consistent as is, but = I'm not sure it's a net improvement to always list it first as opposed to = what we have. -- Daniel Gustafsson