Re: Getting sorted data from foreign server for merge join

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Getting sorted data from foreign server for merge join
Дата
Msg-id CA+TgmoYsXH=czHZ7yq2j8DP2Z742gHeLu7VpX_g3-Mg69LLncw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Getting sorted data from foreign server for merge join  (Corey Huinker <corey.huinker@gmail.com>)
Ответы Re: Getting sorted data from foreign server for merge join
Список pgsql-hackers
On Sat, Nov 7, 2015 at 12:07 PM, Corey Huinker <corey.huinker@gmail.com> wrote:
> Sorry to barge in late, but I was wondering if what we've learned with this
> patch can be applied to the case of asserting a sort order on a query
> returning from dblink().

Nope.

Sorry to the bearer of bad news, but that would be a different and
much harder development project.  Set-returning functions have no way
to indicate anything about the ordering of their return values at
present.  We could invent something, but the work involved wouldn't
have much to do with this patch.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Catalin Iacob
Дата:
Сообщение: Re: proposal: PL/Pythonu - function ereport
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Getting sorted data from foreign server for merge join