Re: proposal: tuplestore, tuplesort aggregate functions

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: proposal: tuplestore, tuplesort aggregate functions
Дата
Msg-id 20100818144439.GC15385@fetter.org
обсуждение исходный текст
Ответ на Re: proposal: tuplestore, tuplesort aggregate functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: proposal: tuplestore, tuplesort aggregate functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Aug 18, 2010 at 10:39:33AM -0400, Tom Lane wrote:
> David Fetter <david@fetter.org> writes:
> > Apart from the medians, which "median-like" aggregates do you have in
> > mind to start with?  If you can provide examples of "median-like"
> > aggregates that people might need to implement as user-defined
> > aggregates, or other places where people would use this machinery, it
> > will make your case stronger for this refactoring.
> 
> There would be plenty of scope to re-use the machinery without any
> SQL-level extensions.  All you need is a polymorphic aggregate
> transition function that maintains a tuplestore or whatever.
> I don't see that extra syntax in CREATE AGGREGATE is really buying
> much of anything.

Thanks for clarifying.  Might this help out with things like GROUPING
SETS or wCTEs?

Cheers,
David (a little slow today).
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: tuplestore, tuplesort aggregate functions
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: tuplestore, tuplesort aggregate functions