Re: GROUP BY DISTINCT

From: er(at)xs4all(dot)nl
To: Vik Fearing <vik(at)postgresfriends(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: GROUP BY DISTINCT
Date: 2021-02-21 14:06:03
Message-ID: 2056725465.229405.1613916363889@webmailclassic.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

> On 2021.02.21. 13:52 Vik Fearing <vik(at)postgresfriends(dot)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)

Erik Rijkers

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Vik Fearing 2021-02-21 14:14:12 Re: GROUP BY DISTINCT
Previous Message Vik Fearing 2021-02-21 12:52:24 GROUP BY DISTINCT

Browse pgsql-hackers by date

  From Date Subject
Next Message Vik Fearing 2021-02-21 14:14:12 Re: GROUP BY DISTINCT
Previous Message Andy Fan 2021-02-21 13:33:38 Re: Extend more usecase for planning time partition pruning and init partition pruning.