Multiple parameters on aggregates? - Mailing list pgsql-hackers

From mlw
Subject Multiple parameters on aggregates?
Date
Msg-id 3B7EBA74.56ED2C73@mohawksoft.com
Whole thread Raw
List 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.


pgsql-hackers by date:

Previous
From: "August Zajonc"
Date:
Subject: Re: Setting Up User Accounts For PostgreSQL ?
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: Progress report on locale safe LIKE indexing