WITH TIES: number of rows is optional and defaults to one
Alvaro Herrera <alvherre@alvh.no-ip.org>
WITH TIES: number of rows is optional and defaults to one FETCH FIRST .. ONLY implements this correctly, but we missed to include it for FETCH FIRST .. WITH TIES in commit 357889eb17bb. Author: Vik Fearing Discussion: https://postgr.es/m/6aa690ef-551d-e24f-2690-c38c2442947c@postgresfriends.org
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +8 −0 |
| src/test/regress/expected/limit.out | modified | +17 −0 |
| src/test/regress/sql/limit.sql | modified | +5 −0 |
Discussion
- Missing grammar production for WITH TIES 11 messages · 2020-05-18 → 2020-05-19