Wrong link for FETCH FIRST in pg13 release notes
Here:
https://www.postgresql.org/docs/13/release-13.html#id-1.11.6.5.5.5
Allow FETCH FIRST <https://www.postgresql.org/docs/13/sql-fetch.html> to
use WITH TIES to return any additional rows that match the last result row
(Surafel Temesgen)
The link, by mistake, goes to:
https://www.postgresql.org/docs/13/sql-fetch.html
Should link to:
https://www.postgresql.org/docs/13/sql-select.html#SQL-LIMIT
Regards
Erwin
On Fri, May 22, 2020 at 12:12:48AM +0200, Erwin Brandstetter wrote:
Here:
https://www.postgresql.org/docs/13/release-13.html#id-1.11.6.5.5.5Allow FETCH FIRST to use WITH TIES to return any additional rows that match
the last result row (Surafel Temesgen)
The link, by mistake, goes to:
https://www.postgresql.org/docs/13/sql-fetch.htmlShould link to:
https://www.postgresql.org/docs/13/sql-select.html#SQL-LIMIT
Oops, good point, fixed.
--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EnterpriseDB https://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +