1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-31 03:21:24 +03:00

doc: PG 16 relnotes: adjust RANGE/ROWS window item

Reported-by: Erwin Brandstetter

Discussion: https://postgr.es/m/CAGHENJ5Cj3wBH07YM5Lw2h5q8s65cNg_NEdkkWvmRo+vOormWw@mail.gmail.com

Backpatch-through: 16 only
This commit is contained in:
Bruce Momjian 2023-08-21 18:55:41 -04:00
parent 00be0bc3d5
commit 7fb906d80a

View File

@ -421,7 +421,7 @@ Author: David Rowley <drowley@postgresql.org>
<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>