Documentation error in tutorial page for Window Functions - Mailing list pgsql-docs

From PG Doc comments form
Subject Documentation error in tutorial page for Window Functions
Date
Msg-id 173128733913.706.4743994298869421330@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Documentation error in tutorial page for Window Functions
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/17/tutorial-window.html
Description:

In Section 3.5 Window Functions, the sentence that currently says:
"As shown here, the rank function produces a numerical rank for each
distinct ORDER BY value in the current row's partition..."

should say:
"As shown here, the rank function produces a numerical rank for each
distinct depname value in the current row's partition..."

https://www.postgresql.org/docs/current/tutorial-window.html

Thanks for the otherwise great tutorial.

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: CREATE UNIQUE INDEX name ON table (column [, ...]) [ NULLS [ NOT ] DISTINCT ];
Next
From: jian he
Date:
Subject: Re: Document how to run only specific regress tests