wiki postgresql Window_function some todo items is done?

Started by jian heover 3 years ago3 messagesdocs
Jump to latest
#1jian he
jian.universality@gmail.com

Hi,

https://wiki.postgresql.org/wiki/Todo#Window_Functions

Implement full support for window framing clauses

In addition to done clauses described in the latest doc

<http://developer.postgresql.org/pgdocs/postgres/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS&gt;,
these clauses are not implemented yet.

- RANGE BETWEEN ... PRECEDING/FOLLOWING
- EXCLUDE

I think this TODO item is done?
aslo
The "latest doc" binded link (
developer.postgresql.org/pgdocs/postgres/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS)
is not working.

--
I recommend David Deutsch's <<The Beginning of Infinity>>

Jian

#2Ian Lawrence Barwick
barwick@gmail.com
In reply to: jian he (#1)
Re: wiki postgresql Window_function some todo items is done?

2022年12月5日(月) 13:32 jian he <jian.universality@gmail.com>:

Hi,

https://wiki.postgresql.org/wiki/Todo#Window_Functions

Implement full support for window framing clauses

In addition to done clauses described in the latest doc, these clauses are not implemented yet.

RANGE BETWEEN ... PRECEDING/FOLLOWING
EXCLUDE

I think this TODO item is done?

The entire section looks like it's very out-of-date. The emails it links to are
all from 2008, which is around the time (8.4 IIRC) when window functions were
first added.

aslo
The "latest doc" binded link (developer.postgresql.org/pgdocs/postgres/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS) is not working.

That URL structure is also pretty ancient; the current link is:

https://www.postgresql.org/docs/devel/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS

Regards

Ian Barwick

#3Laurenz Albe
laurenz.albe@cybertec.at
In reply to: Ian Lawrence Barwick (#2)
Re: wiki postgresql Window_function some todo items is done?

On Mon, 2022-12-05 at 15:59 +0900, Ian Lawrence Barwick wrote:

2022年12月5日(月) 13:32 jian he <jian.universality@gmail.com>:

Hi,

https://wiki.postgresql.org/wiki/Todo#Window_Functions

Implement full support for window framing clauses

In addition to done clauses described in the latest doc, these clauses are not implemented yet.

RANGE BETWEEN ... PRECEDING/FOLLOWING
EXCLUDE

I think this TODO item is done?

The entire section looks like it's very out-of-date. The emails it links to are
all from 2008, which is around the time (8.4 IIRC) when window functions were
first added.

aslo
The "latest doc" binded link (developer.postgresql.org/pgdocs/postgres/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS) is not working.

That URL structure is also pretty ancient; the current link is:

  https://www.postgresql.org/docs/devel/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS

Thanks for the report and the check. I have taken the liberty to remove the TODO
list item.

Yours,
Laurenz Albe