Re: Variadic aggregates vs. project policy
От | David Johnston |
---|---|
Тема | Re: Variadic aggregates vs. project policy |
Дата | |
Msg-id | 1377869687956-5769106.post@n5.nabble.com обсуждение исходный текст |
Ответ на | Re: Variadic aggregates vs. project policy (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: Variadic aggregates vs. project policy
|
Список | pgsql-hackers |
Tom Lane-2 wrote > Pavel Stehule < > pavel.stehule@ > > writes: >> I was one who sent a bug report - this error is not too dangerous, but it >> is hidden, and difficult to find, if you don't know what can be happen. >> Same as bug with plpgsql and SQL identifier collisions. If you >> understand, >> then you can protect self well and simply. If not, then it is a magic >> error. So still I am thing so best solution is > >> a) a warning when detect ORDER BY in variadic aggregates > > Such a warning would never be tolerated by users, because it would appear > even when the query is perfectly correct. > >> b) disallow ORDER BY in variadic aggregates in classic syntax, and enable >> it only in WITHIN GROUP syntax where is safe , > > And we're *not* inventing randomly different syntax for variadic > aggregates. That ship sailed when we did it this way for regular > functions. In the example case the problem is that ORDER BY constant is a valid, if not-very-useful, construct. Can we warn on this specific usage and thus mitigate many of the potential avenues of mis-use? 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. David J. -- View this message in context: http://postgresql.1045698.n5.nabble.com/Variadic-aggregates-vs-project-policy-tp5768980p5769106.html Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.
В списке pgsql-hackers по дате отправления: