Multiple parameters on aggregates?

From: mlw <markw(at)mohawksoft(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Multiple parameters on aggregates?
Date: 2001-08-18 18:56:52
Message-ID: 3B7EBA74.56ED2C73@mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-08-18 21:53:06 RE: Progress report on locale safe LIKE indexing
Previous Message Magnus Naeslund(f) 2001-08-18 17:07:42 Re: WIN32 errno patch