Re: Implementation of aggregate functions

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: sayali k <sayali_s_kulkarni(at)yahoo(dot)co(dot)in>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Implementation of aggregate functions
Date: 2007-09-20 15:19:39
Message-ID: 46F28F8B.20700@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2007-09-20 15:42:41 Re: like/ilike improvements
Previous Message Andrew Dunstan 2007-09-20 13:42:20 Re: like/ilike improvements