"Jonathan S. Katz" <jkatz(at)postgresql(dot)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/ ?
regards, tom lane