projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00be0bc
)
doc: PG 16 relnotes: adjust RANGE/ROWS window item
author
Bruce Momjian
Mon, 21 Aug 2023 22:55:41 +0000
(18:55 -0400)
committer
Bruce Momjian
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-16.sgml
b/doc/src/sgml/release-16.sgml
index c4ae566900c03988a3f51cb90898ea49607e7ed6..d0428ef055cab9e49bcd4f3345b9b470ed17bfdb 100644
(file)
--- a/
doc/src/sgml/release-16.sgml
+++ b/
doc/src/sgml/release-16.sgml
@@
-421,7
+421,7
@@
Author: David Rowley
-Allow window functions to use
ROWS
mode internally when
RANGE
mode is specified
but unnecessary (David Rowley)
+Allow window functions to use
the faster
ROWS
mode internally when
RANGE
mode is active
but unnecessary (David Rowley)