On Fri, Mar 31, 2006 at 15:02:47 -0600, Tony Caduto <tony_caduto@amsoftwaredesign.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.