doc: PG 13 relnotes: fix FETCH FIRST ... WITH TIES xreflabel
authorBruce Momjian <bruce@momjian.us>
Fri, 22 May 2020 00:34:37 +0000 (20:34 -0400)
committerBruce Momjian <bruce@momjian.us>
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 <alvherre@alvh.no-ip.org>
 -->
 
       <para>
-       Allow <link linkend="sql-fetch"><command>FETCH FIRST</command></link>
+       Allow <link linkend="sql-select"><command>FETCH FIRST</command></link>
        to use <literal>WITH TIES</literal> to return any additional rows
        that match the last result row (Surafel Temesgen)
       </para>