Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: This is our slashdot coverage?



On Thu, 7 Dec 2006, Mikael Carneholm wrote:

> >
> > And we're building the windowing functions as fast as we can ;-)
> >
>
> Interesting. Which functions are you planning on implementing, more
> specifically? (Personally, I have had great use of FIRST/LAST,
> RANK/DENSE_RANK and LAG/LEAD)

Interestingly, FIRST, LAST, LAG and LEAD are absent from the spec but
everyone I've spoken to has said they're close to being the most useful
:-). So, I'm aiming to do those as well.

Implemenenting the actual functions is trivial compared to implementing
the window construct in the executor (and planner).

Gavin



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group