doc: PG 16 relnotes: adjust RANGE/ROWS window item
authorBruce Momjian <[email protected]>
Mon, 21 Aug 2023 22:55:41 +0000 (18:55 -0400)
committerBruce Momjian <[email protected]>
Mon, 21 Aug 2023 22:55:41 +0000 (18:55 -0400)
Reported-by: Erwin Brandstetter
Discussion: https://postgr.es/m/CAGHENJ5Cj3wBH07YM5Lw2h5q8s65cNg_NEdkkWvmRo+vOormWw@mail.gmail.com

Backpatch-through: 16 only

doc/src/sgml/release-16.sgml

index c4ae566900c03988a3f51cb90898ea49607e7ed6..d0428ef055cab9e49bcd4f3345b9b470ed17bfdb 100644 (file)
@@ -421,7 +421,7 @@ Author: David Rowley <[email protected]>
 
 <listitem>
 <para>
-Allow window functions to use <link linkend="syntax-window-functions"><literal>ROWS</literal></link> mode internally when <literal>RANGE</literal> mode is specified but unnecessary (David Rowley)
+Allow window functions to use the faster <link linkend="syntax-window-functions"><literal>ROWS</literal></link> mode internally when <literal>RANGE</literal> mode is active but unnecessary (David Rowley)
 </para>
 </listitem>