doc: PG 13 relnotes: fix FETCH FIRST ... WITH TIES xreflabel
authorBruce Momjian
Fri, 22 May 2020 00:34:37 +0000 (20:34 -0400)
committerBruce Momjian
Fri, 22 May 2020 00:34:37 +0000 (20:34 -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 7f864da16266c00725b9027496c2fd1a957d93ed..2256c2779739cd2d23782592879f2a9c078c742d 100644 (file)
@@ -1376,7 +1376,7 @@ Author: Alvaro Herrera 
 -->
 
       
-       Allow fetch">FETCH FIRST
+       Allow select">FETCH FIRST
        to use WITH TIES to return any additional rows
        that match the last result row (Surafel Temesgen)