Re: Planning aggregates which require sorted or distinct - Mailing list pgsql-hackers

From Karen Hill
Subject Re: Planning aggregates which require sorted or distinct
Date
Msg-id 1169237719.732878.202540@q2g2000cwa.googlegroups.com
Whole thread Raw
In response to Re: Planning aggregates which require sorted or distinct  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-hackers
Stefan Kaltenbrunner wrote:
> Karen Hill wrote:
> > Gavin Sherry wrote:
> >> Recenly, I've been researching and putting together a proposal for window
> >> functions.
> >
> > Implementing NULLS FIRST and NULLS LAST appears like another
> > challenging step to getting window functions wrapped up.  Has your
> > research lead you to any ideas on what your strategy for NULLS FIRST
> > and NULLS LAST likely would be?
>
> maybe I'm missunderstanding your question but tom implemented that
> already in -HEAD:
> 
Cool.  I missed that. :-)



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_trigger.tgargs needs detoast
Next
From: Bruce Momjian
Date:
Subject: Re: Fix for bug in plpython bool type conversion