Unsupported feature F867: WITH TIES

Поиск
Список
Период
Сортировка
От Jürgen Purtz
Тема Unsupported feature F867: WITH TIES
Дата
Msg-id 5ab043b6-686d-b907-6672-7d39738ebd6f@purtz.de
обсуждение исходный текст
Ответы Re: Unsupported feature F867: WITH TIES  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
Actually we don't support the SQL feature F867 "FETCH FIRST clause: WITH 
TIES option". On the other side we support the window function "rank()" 
which acts like the "WITH TIES option". My questions are: Is it hard to 
implement the "WITH TIES option"? Are there plans for a realization / 
how do we decide in general what to do next? Differs the semantic of the 
"WITH TIES option" significantly from the "rank()" window function or 
can we treat it as some kind of 'syntactical sugar'?

Regards, Jürgen Purtz




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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: pg_xlogdump fails to handle WAL file with multi-page XLP_FIRST_IS_CONTRECORD data
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: [Patch] RBTree iteration interface improvement