mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 07:40:59 -04:00
doc: PG 13 relnotes: Improve FETCH link
Reported-by: Erwin Brandstetter Discussion: https://postgr.es/m/CAGHENJ4X626ZfYhondXSP4sQgC5zDtsp_LNg1QaD+U7vfgYXQQ@mail.gmail.com Backpatch-through: head
This commit is contained in:
parent
6ed02e6ac3
commit
10e1521f5c
1 changed files with 1 additions and 1 deletions
|
|
@ -1376,7 +1376,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
|
|||
-->
|
||||
|
||||
<para>
|
||||
Allow <link linkend="sql-select"><command>FETCH FIRST</command></link>
|
||||
Allow <link linkend="sql-limit"><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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue