Re: new aggregate functions v1

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: new aggregate functions v1
Date: 2004-05-01 17:11:39
Message-ID: 20040501171139.GD2333@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sat, May 01, 2004 at 04:21:21PM +0200, Fabien COELHO wrote:

> (2) bitwise integer aggregates named bit_and and bit_or for
> int2, int4, int8 and bit types. They are not standard,
> however they exist in other db (eg mysql), and I needed them
> for some other stuff.

I'm sure people won't like to add functions just because "some other DB
has them". Maybe we could take this kind of "compatibility functions"
all together into some gborg module and let people install that if they
want closer compatibility. So we could have "Mysql compatible
functions", "Oracle compatible functions", etc. Thus the backend would
be free from this stuff, and people who needs it just installs the whole
package.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La realidad se compone de muchos sueños, todos ellos diferentes,
pero en cierto aspecto, parecidos..." (Yo, hablando de sueños eróticos)

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-01 20:35:30 Re: FW: Timezone library
Previous Message Andrew Dunstan 2004-05-01 15:16:57 mingw configure failure workaround