Typo on tutorial window page - Mailing list pgsql-docs

From PG Doc comments form
Subject Typo on tutorial window page
Date
Msg-id 173737973383.1070.1832752929070067441@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Typo on tutorial window page
List pgsql-docs
The following documentation comment has been logged on the website:

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

EXPECTED:
As shown here, the rank function produces a numerical rank for each distinct
PARTITION BY value in the current row's partition, using the order defined
by the ORDER BY clause. rank needs no explicit parameter, because its
behavior is entirely determined by the OVER clause.

ACTUAL:
As shown here, the rank function produces a numerical rank for each distinct
ORDER BY value in the current row's partition, using the order defined by
the ORDER BY clause. rank needs no explicit parameter, because its behavior
is entirely determined by the OVER clause.

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Improve examples: Provide the example which extend to the left of the range
Next
From: jian he
Date:
Subject: substring synopsis section, third argument is optional doc didn't show that