Re: new aggregate functions v1

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: new aggregate functions v1
Date: 2004-05-02 13:11:53
Message-ID: 200405021511.53694.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Fabien COELHO wrote:
> I develop them because I NEEDED them, NOT because they are available
> in mysql and I would want compatibility. I needed them for some
> queries over pg_catalog, as acl are encoded as bitfields.

We are not going to accept any functions that are primarily intended to
access the internals aclitem data. You need to think of a high-level
description of your problem and implement functions for that.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Fabien COELHO 2004-05-02 15:19:22 Re: new aggregate functions v1
Previous Message Bruce Momjian 2004-05-02 10:24:55 Re: mingw regression test fixes