Skip to content

Commit bb76510

Browse files
committed
Doc: last minute adjustment to the release notes
The change made in 9d9c02c also affects the dense_rank() function. Mention this in the release notes. Author: Jonathan S. Katz Discussion: https://postgr.es/m/5c6d3f50-e9b5-f62d-d58a-7b22eb91d8b8@postgresql.org
1 parent 6abbd21 commit bb76510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/release-15.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,8 @@ Author: David Rowley <drowley@postgresql.org>
11371137
<para>
11381138
Improve the performance of <link linkend="functions-window">window
11391139
functions</link> that use <function>row_number()</function>,
1140-
<function>rank()</function>, and <function>count()</function>
1140+
<function>rank()</function>, <function>dense_rank()</function> and
1141+
<function>count()</function>
11411142
(David Rowley)
11421143
</para>
11431144
</listitem>

0 commit comments

Comments
 (0)