Re: First Aggregate Funtion?

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: First Aggregate Funtion?
Date: 2006-04-05 20:19:59
Message-ID: 20060405201959.GA17070@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 31, 2006 at 15:02:47 -0600,
Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com> wrote:
> Has there ever been any talk of adding a first aggregate function?
> It would make porting from Oracle and Access much easier.

Note, that without special support those functions aren't going to run
very fast. So you are still probably going to want to go back and
rewrite them to use something like DISTINCT ON anyway.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-04-05 20:29:21 Speaking of pgstats
Previous Message Pavel Stehule 2006-04-05 18:29:26 Re: commit callback, request, SOLVED