From: | Daniel Scott <djscott(at)mit(dot)edu> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | PostgreSQL 9.0 - support for RANGE value PRECEDING window functions |
Date: | 2010-05-10 17:20:06 |
Message-ID: | s2t6835906b1005101020t7df40b74t1f9adc9f2fab0dd8@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I have a question about a feature in PostgreSQL 9.0.
I am looking for support for windowing functions when using: RANGE
BETWEEN <value> PRECEDING/FOLLOWING AND <value>
PRECEDING/FOLLOWING
The latest documentation:
http://www.postgresql.org/docs/9.0/static/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS
Says "The value PRECEDING and value FOLLOWING cases are currently only
allowed in ROWS mode."
However, I have found this post:
http://archives.postgresql.org/message-id/e08cc0400912310149me7150cek3c9aa92e4d396ac3@mail.gmail.com
Which appears to provide a patch supporting: "- allow all of RANGE
BETWEEN <value> PRECEDING/FOLLOWING AND <value>
PRECEDING/FOLLOWING". However, I cannot find any further information
related to this feature.
Can anyone confirm whether or not this feature will be available in
PostgreSQL 9.0?
Thanks,
Dan Scott
From | Date | Subject | |
---|---|---|---|
Next Message | John Gage | 2010-05-10 17:29:22 | Re: Documentation availability as a single page of text |
Previous Message | Kynn Jones | 2010-05-10 16:58:36 | How to do pg_dump + pg_restore within Perl script? |