Re: [HACKERS] DISTINCT and ORDER BY bug?

Поиск
Список
Период
Сортировка
От Chris
Тема Re: [HACKERS] DISTINCT and ORDER BY bug?
Дата
Msg-id 389E82D2.65784CF@bitmead.com
обсуждение исходный текст
Ответ на DISTINCT and ORDER BY bug?  (Don Baccus <dhogaza@pacifier.com>)
Ответы Re: [HACKERS] DISTINCT and ORDER BY bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
>         select distinct x from foo order by y;
> 
> which produces ill-defined results.

Why is this ill-defined? If y is in x then it is also distinct and
there's no logic problem sorting on it.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: [HACKERS] Case sensitivity issues
Следующее
От: Chris
Дата:
Сообщение: Re: [HACKERS] ONLY