doc: PG 13 relnotes: Improve FETCH link
authorBruce Momjian
Fri, 22 May 2020 02:07:17 +0000 (22:07 -0400)
committerBruce Momjian
Fri, 22 May 2020 02:07:17 +0000 (22:07 -0400)
Reported-by: Erwin Brandstetter
Discussion: https://postgr.es/m/CAGHENJ4X626ZfYhondXSP4sQgC5zDtsp_LNg1QaD+U7vfgYXQQ@mail.gmail.com

Backpatch-through: head

doc/src/sgml/release-13.sgml

index 2256c2779739cd2d23782592879f2a9c078c742d..66fd016257535268ebb7e167d31e37b62051e351 100644 (file)
@@ -1376,7 +1376,7 @@ Author: Alvaro Herrera 
 -->
 
       
-       Allow select">FETCH FIRST
+       Allow limit">FETCH FIRST
        to use WITH TIES to return any additional rows
        that match the last result row (Surafel Temesgen)