Re: Suggestion for aggregate function - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Suggestion for aggregate function
Date
Msg-id 19622.1042845432@sss.pgh.pa.us
Whole thread Raw
In response to Re: Suggestion for aggregate function  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
>> select min(column1),lookup_min(column1,column2) from tab

One small problem is that we only support single-argument aggregates.
As of 7.3 this is no longer wired into the system catalog layout, but
it's still wired into various internal datastructures.  Anyone
interested in trying to fix it?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: IPv6 patch
Next
From: Greg Stark
Date:
Subject: Re: Suggestion for aggregate function