Re: PostgreSQL 9.0 - support for RANGE value PRECEDING window functions

From: Daniel Scott <djscott(at)mit(dot)edu>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL 9.0 - support for RANGE value PRECEDING window functions
Date: 2010-05-10 19:05:16
Message-ID: AANLkTil9xCKthCJkprtpEzDUawYbiuZzpHVcV4iMoZpF@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Mon, May 10, 2010 at 13:35, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> It was ripped out of the patch before commit because the implementation was not
> acceptable.

That's strange - the CommitFest says that it was committed and I can't
find any mention of it being removed. Is there somewhere I can see a
discussion of this?

https://commitfest.postgresql.org/action/commitfest_view?id=5

Also, the documentation

http://www.postgresql.org/docs/9.0/static/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS

shows:

[ RANGE | ROWS ] BETWEEN frame_start AND frame_end

Can you point me to the right place for getting this changed to remove
"RANGE". Maybe the developer mailing list?

Thanks,

Dan Scott

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christoph Zwerschke 2010-05-10 19:24:38 Re: Finding rows with text columns beginning with other text columns
Previous Message Joshua D. Drake 2010-05-10 18:59:11 Re: How to do pg_dump + pg_restore within Perl script?