Re: remark regarding 4.2.13. Row Constructors

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: jochen(dot)bandhauer(at)gmx(dot)net, PostgreSQL-documentation <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: remark regarding 4.2.13. Row Constructors
Date: 2026-06-09 08:06:20
Message-ID: 8B3166A3-E46D-4A21-B755-37301A6102AF@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 8 Jun 2026, at 09:42, PG Doc comments form <noreply(at)postgresql(dot)org> wrote:

> in
> https://www.postgresql.org/docs/current/sql-expressions.html#SQL-SYNTAX-ROW-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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Dave Cramer 2026-06-09 11:51:54 Patch for bind message to clarify signedness of parameters and result column format codes
Previous Message PG Doc comments form 2026-06-08 07:42:45 remark regarding 4.2.13. Row Constructors