Re: Implementation of aggregate functions

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: Implementation of aggregate functions
Дата
Msg-id 46F28F8B.20700@timbira.com
обсуждение исходный текст
Ответ на Implementation of aggregate functions  (sayali k <sayali_s_kulkarni@yahoo.co.in>)
Ответы Re: Implementation of aggregate functions  (sayali k <sayali_s_kulkarni@yahoo.co.in>)
Список pgsql-patches
sayali k wrote:

> I am keen in implementing certain additional aggregate
> functions like percentage, standard deviation etc. I
> would like to know the complexity of this and also the
> parts of the code which would have to be modified for
> the same,
>
This is the wrong list to ask this kind of question. Use pgsql-hackers
instead.
Some statistics functions [1] are already implemented in PostgreSQL.
Samples are in utils/adt/float.c.

[1]
http://www.postgresql.org/docs/8.2/static/functions-aggregate.html#FUNCTIONS-AGGREGATE-STATISTICS-TABLE


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

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

Предыдущее
От: Hannes Eder
Дата:
Сообщение: minor compiler warning in backend/utils/adt/tsrank.c
Следующее
От: sayali k
Дата:
Сообщение: Re: Implementation of aggregate functions