aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2022-09-27 10:57:07 +1300
committerDavid Rowley <drowley@postgresql.org>2022-09-27 10:57:07 +1300
commitbb76510a07f3705a28d93e065ebe4261d6ddf54d (patch)
treecd2b07e99afe3896b28f61122631b50061367ec0 /doc/src
parent6abbd212b2828717fb3b10ed2925edf8f212e38d (diff)
downloadpostgresql-bb76510a07f3705a28d93e065ebe4261d6ddf54d.tar.gz
postgresql-bb76510a07f3705a28d93e065ebe4261d6ddf54d.zip
Doc: last minute adjustment to the release notes
The change made in 9d9c02ccd 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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-15.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml
index cf312d3f545..9b752e26f24 100644
--- a/doc/src/sgml/release-15.sgml
+++ b/doc/src/sgml/release-15.sgml
@@ -1137,7 +1137,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>