FETCH FIRST clause WITH TIES option

Поиск
Список
Период
Сортировка
От Surafel Temesgen
Тема FETCH FIRST clause WITH TIES option
Дата
Msg-id CALAY4q9ky7rD_A4vf=FVQvCGngm3LOes-ky0J6euMrg=_Se+ag@mail.gmail.com
обсуждение исходный текст
Ответы Re: FETCH FIRST clause WITH TIES option
Список pgsql-hackers

hello ,

The WITH TIES keyword is sql standard that specifies any peers of retained rows

to retained in the result set too .which means according to ordering key the result set can includes additional rows which have ties on the last position, if there are any and It work with ORDER BY query

The attach patch is a finished implementation of it except it did not have a regression test because am not sure of changing the test data set for it and I can’t find fetch first clause regression test too.

Regards

Surafel

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Дата:
Сообщение: Re: [PATCH] Tab complete EXECUTE FUNCTION for CREATE (EVENT) TRIGGER
Следующее
От: Surafel Temesgen
Дата:
Сообщение: Re: COPY FROM WHEN condition