Re: [HACKERS] distinct. Is this the correct behaviour? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] distinct. Is this the correct behaviour?
Date
Msg-id 16494.940513014@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] distinct. Is this the correct behaviour?  (sszabo@bigpanda.com)
List pgsql-hackers
sszabo@bigpanda.com writes:
> This seems to generally work in postgres for the simple cases I tried:
>  select x from foo group by x order by min(y)

> Now I don't know if there are any hidden gotchas in that (or wierdness
> with the spec), but it also feels better to me than using distinct in this
> case as well, because it seems to explicitly describe how you want y
> ordered.

Yes, I like that better too.

I wonder if we could/should rewrite all uses of DISTINCT into GROUP
BY under-the-hood...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] distinct. Is this the correct behaviour?
Next
From: "Ansley, Michael"
Date:
Subject: RE: [HACKERS] distinct. Is this the correct behaviour?