dense-rank.diff
text/plain
Filename: dense-rank.diff
Type: text/plain
Part: 1
Patch
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/release-15.sgml | 2 | 1 |
diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml
index 14440be77f..0c049cb47d 100644
--- a/doc/src/sgml/release-15.sgml
+++ b/doc/src/sgml/release-15.sgml
@@ -1016,7 +1047,8 @@ Author: David Rowley <drowley@postgresql.org>
<para>
Improve the performance of <link linkend="functions-window">window
functions</link> that use <function>row_number()</function>,
- <function>rank()</function>, and <function>count()</function>
+ <function>rank()</function>, <function>dense_rank()</function> and
+ <function>count()</function>
(David Rowley)
</para>
</listitem>