|
|
|
|
|
by nicoburns
1445 days ago
|
|
A slight tangent, but do you have any pointers on how one might get involved in either: - The SQL standardisation process (or whether this is even feasible as someone who isn't involved in the development of a major database engine) - Postgres development The feature I am particularly keen to get accepted is trailing commas in SELECT column lists (potentially other places too, but SELECT lists would be a very good start). And there are potentially a bunch of other improvements in the syntax sugar department that I might be interested in spearheading if I could successfully get this accepted (e.g. being able to refer to select list column aliases in GROUP BY clauses). I don't have much experience with C, but I would potentially be up for actually implementing the change if I could get buy in from the maintainers. |
|
Not "GROUP BY THE OBVIOUS LIST OF EXPRESSIONS, YOU KNOW, THE ONES FROM THE SELECT CLAUSE THAT DON'T CONTAIN AGGREGATE FUNCTIONS"? Aka "GROUP BY ALL" from DuckDB.