From: Bruce Momjian Date: Fri, 22 May 2020 00:34:37 +0000 (-0400) Subject: doc: PG 13 relnotes: fix FETCH FIRST ... WITH TIES xreflabel X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=6ed02e6ac3aac86e8f527e111064012e7911cf43;p=users%2Fc2main%2Fpostgres.git 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 --- diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 7f864da162..2256c27797 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)