From 6ed02e6ac3aac86e8f527e111064012e7911cf43 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 21 May 2020 20:34:37 -0400 Subject: [PATCH] doc: PG 13 relnotes: fix FETCH FIRST ... WITH TIES xreflabel Reported-by: Erwin Brandstetter Discussion: https://postgr.es/m/CAGHENJ4X626ZfYhondXSP4sQgC5zDtsp_LNg1QaD+U7vfgYXQQ@mail.gmail.com Backpatch-through: head --- doc/src/sgml/release-13.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 7f864da1626..2256c277973 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -1376,7 +1376,7 @@ Author: Alvaro Herrera --> - Allow FETCH FIRST + Allow FETCH FIRST to use WITH TIES to return any additional rows that match the last result row (Surafel Temesgen)