Re: GROUP BY DISTINCT
Vik Fearing <vik@postgresfriends.org>
From: Vik Fearing <vik@postgresfriends.org>
To: er@xs4all.nl, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-02-21T14:14:12Z
Lists: pgsql-hackers, pgsql-docs
Attachments
- 0001-implement-GROUP-BY-DISTINCT.v02.patch (text/x-patch)
On 2/21/21 3:06 PM, er@xs4all.nl wrote: >> On 2021.02.21. 13:52 Vik Fearing <vik@postgresfriends.org> wrote: >> >> Attached is a patch to implement this for PostgreSQL. >> [] > > The changed line that gets stuffed into sql_features is missing a terminal value (to fill the 'comments' column). > This line: > '+T434 GROUP BY DISTINCT YES' > > (A tab at the end will do, I suppose; that's how I fixed the patch locally) Argh. Fixed. Thank you for looking at it! -- Vik Fearing
Commits
-
Use lfirst_int in cmp_list_len_contents_asc
- b822ae13ea93 14.0 landed
-
Fix misuse of foreach_delete_current().
- 1d581ce7129d 14.0 landed
-
Implement GROUP BY DISTINCT
- be45be9c33a8 14.0 landed