Multiple parameters on aggregates?

Поиск
Список
Период
Сортировка
От mlw
Тема Multiple parameters on aggregates?
Дата
Msg-id 3B7EBA74.56ED2C73@mohawksoft.com
обсуждение исходный текст
Список pgsql-hackers
Just a suggestion, how much work would it be to accept multiple parameters on
aggregate functions?

For instance:

select fubar(field1, field2) from table one group by field1;

The reason I think that this is useful is that for some statistical operations,
often times there is extra "per record" data that can affect how you calculate
a value.


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

Предыдущее
От: "August Zajonc"
Дата:
Сообщение: Re: Setting Up User Accounts For PostgreSQL ?
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Progress report on locale safe LIKE indexing