Re: Bug in aggregates in windowing context

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug in aggregates in windowing context
Дата
Msg-id 8949.1252535705@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug in aggregates in windowing context  (David Fetter <david@fetter.org>)
Ответы Re: Bug in aggregates in windowing context  (David Fetter <david@fetter.org>)
Список pgsql-hackers
David Fetter <david@fetter.org> writes:
> SELECT count(DISTINCT i) OVER () FROM (VALUES (1),(2),(3),(1)) AS s(i);
> ERROR:  DISTINCT is not implemented for window functions

Which part of that message isn't clear to you?

> Anyhow, I think it's a bug and needs back-patching.

"Not implemented" is not a bug.  Nice try though.
        regards, tom lane


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: RfD: more powerful "any" types
Следующее
От: David Fetter
Дата:
Сообщение: Re: Bug in aggregates in windowing context