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 1wWrTs-002uEc-0H for pgsql-docs@arkaria.postgresql.org; Tue, 09 Jun 2026 08:06:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wWrTr-0065F1-01 for pgsql-docs@arkaria.postgresql.org; Tue, 09 Jun 2026 08:06:39 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wWrTq-0065Et-29 for pgsql-docs@lists.postgresql.org; Tue, 09 Jun 2026 08:06:38 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wWrTn-00000001ojP-3D0J for pgsql-docs@lists.postgresql.org; Tue, 09 Jun 2026 08:06:37 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id C5A935F8B82 for ; Tue, 09 Jun 2026 10:06:31 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id B040F5F70E0; Tue, 09 Jun 2026 10:06:31 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s981.loopia.se (Postfix) with ESMTP id AE76722B171A; Tue, 09 Jun 2026 10:06:31 +0200 (CEST) X-Virus-Scanned: amavis 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: s473.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.5]) by localhost (s473.loopia.se [172.22.190.13]) (amavis, port 10024) with LMTP id uhxO3HgcOOWA; Tue, 9 Jun 2026 10:06:31 +0200 (CEST) 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 s899.loopia.se (Postfix) with ESMTPSA id 216942C8BA69; Tue, 09 Jun 2026 10:06:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1780992391; bh=tfQEfNOdJeAdW/n9lV6+6V9Tm7om4DhWuWubh7t3TXU=; h=From:Subject:Date:References:To:In-Reply-To; b=jhmMfZosrJA33jMJ+8nLCATjLgIo1fE8uXbm+PlBtwYI783N8t4abkSuFzmLylkpQ RhZcBHnpJOPOM5XvUJL9Jiukq9WvPdRv7wtvuET61sZscyS0w17d4LMpIj5uibCZ// SXkfeyfc0U7rDLZNhOt1ciqTgrh2GpTe1ghg5HN4H/IojdV1m/ykNMizl963reIagV 4kA+RBhjOKGhTB9JOPcLa7+KeaUA9dExUryWetKvwwSyIqOPXA0Q2yduYK4TtdLkwZ F7Rm+YOiX2HpfGQHMEL3M4GCwtHLzuFBnSyfelx2RWvON8bRAqJPxNxyvvoxJYyI+z 3kkv86KY+Ffvg== From: Daniel Gustafsson Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: remark regarding 4.2.13. Row Constructors Date: Tue, 9 Jun 2026 10:06:20 +0200 References: <178090456543.1285959.7355583344220664853@wrigleys.postgresql.org> To: jochen.bandhauer@gmx.net, PostgreSQL-documentation In-Reply-To: <178090456543.1285959.7355583344220664853@wrigleys.postgresql.org> Message-Id: <8B3166A3-E46D-4A21-B755-37301A6102AF@yesql.se> X-Mailer: Apple Mail (2.3776.700.51.11.12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 8 Jun 2026, at 09:42, PG Doc comments form = wrote: > in > = https://www.postgresql.org/docs/current/sql-expressions.html#SQL-SYNTAX-RO= W-CONSTRUCTORS > there is: > "The key word ROW is optional when there is more than one expression = in the > list." > I think it should be: > "The key word ROW is optional when there are more than zero = expressions in > the list." "more than zero" sounds a bit odd, my suggestion would be "The key word = ROW is optional when there is one, or more, expressions in the list." -- Daniel Gustafsson