Re: FETCH FIRST clause WITH TIES option
Surafel Temsgen <surafel3000@gmail.com>
From: Surafel Temesgen <surafel3000@gmail.com>
To: tomas.vondra@2ndquadrant.com
Cc: Robert Haas <robertmhaas@gmail.com>, andrew@tao11.riddles.org.uk, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-24T09:28:21Z
Lists: pgsql-hackers
Attachments
- fetch_first_with_ties_v3.patch (text/x-patch) patch v3
Attach is rebased patch against the current master regards Surafel On Thu, Nov 1, 2018 at 2:28 PM Surafel Temesgen <surafel3000@gmail.com> wrote: > hi, > > The attached patch include all the comment given by Tomas and i check sql > standard about LIMIT and this feature > > it did not say anything about it but I think its good idea to include it > to LIMIT too and I will add it if we have consensus on it. > > regards > > surafel >
Commits
-
Support FETCH FIRST WITH TIES
- 357889eb17bb 13.0 landed