Re: Aggregate ORDER BY patch

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Aggregate ORDER BY patch
Дата
Msg-id 4AFD10B7.1090902@enterprisedb.com
обсуждение исходный текст
Ответ на Aggregate ORDER BY patch  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Ответы Re: Aggregate ORDER BY patch
Re: Aggregate ORDER BY patch
Re: Aggregate ORDER BY patch
Список pgsql-hackers
Andrew Gierth wrote:
> Herewith a patch to implement agg(foo ORDER BY bar) with or without
> DISTINCT, etc.

What does that mean? Aggregate functions are supposed to be commutative,
right?

> No artificial restrictions are imposed on what
> syntactical combinations are allowed. However, ORDER BY is not allowed
> with aggregates used as window functions (as per the existing
> restriction on DISTINCT).

How is this different from window functions?

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: daveg
Дата:
Сообщение: Re: EOL for 7.4?
Следующее
От: David Fetter
Дата:
Сообщение: IS DISTINCT FROM vs. ANY