Re: [HACKERS] OLAP, Aggregates, and order of operations

2001-08-23 Thread Tom Lane
mlw <[EMAIL PROTECTED]> writes: > I need to do some OLAP stuff, and I asked previously if there were a way > to pass multiple parameters to an aggrigate function. i.e.: > I looked through the code and it is non-trivial to do, Offhand I don't know of any fundamental reason why it couldn't be done,

[HACKERS] OLAP, Aggregates, and order of operations

2001-08-23 Thread mlw
I need to do some OLAP stuff, and I asked previously if there were a way to pass multiple parameters to an aggrigate function. i.e.: select mycube(value1, value2, value3) from table group by value1; I looked through the code and it is non-trivial to do, one would have to alter the grammar to inc