David Johnston <pol...@yahoo.com> writes:
>>> If we alter syntax for mitigation purposes I'd want to consider requiring
>>> parentheses around the columns that belong to the ORDER BY instead of
>>> using the full extended syntax of WITHIN GROUP.

Unfortunately, that ORDER BY syntax is specified by the SQL standard,
and they didn't say anything about parentheses.  We don't get to
require parens there.

The particular case that's standardized is only array_agg():

    <array aggregate function> ::=
      ARRAY_AGG
      <left paren> <value expression> [ ORDER BY <sort specification list> ]
      <right paren>

but, as we customarily do, we didn't restrict the feature to be used only
with that aggregate.

                        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to