On 6/3/26 2:20 PM, Tom Lane wrote:
> "Jonathan S. Katz" <jkatz@postgresql.org> writes:
>> On 5/31/26 12:15 PM, Florents Tselai wrote:
>>> I'd also add GROUP BY ALL in that paragraph as well.
>
>> Thanks! I had missed GROUP BY ALL (I saw Jakub mention it too), that
>> looks very convenient. Proposing:
>
>> PostgreSQL 19 introduces the new `GROUP BY ALL` syntax, making it easy
>> to add all non-aggregate and non-window parameters as part of the
>> grouping.
>
> "Parameters" is a fairly overloaded term in our part of the cosmos.
> Maybe s/parameters/output columns/ ?
Sold; will be reflected when I send out the next full update.
Jonathan