Typo on tutorial window page

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Typo on tutorial window page
Дата
Msg-id 173737973383.1070.1832752929070067441@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Typo on tutorial window page
Список 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 по дате отправления: