Re: Status of FDW pushdowns

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Status of FDW pushdowns
Дата
Msg-id 529D4CD8.5030307@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Status of FDW pushdowns  (David Fetter <david@fetter.org>)
Ответы Re: Status of FDW pushdowns
Список pgsql-hackers
On 11/28/2013 03:24 AM, David Fetter wrote:
> WITH, or SRF, or whatever, the point is that we need to be able to
> specify what we're sending--probably single opaque strings delimited
> just as we do other strings--and what we might get back--errors only,
> rows, [sets of] refcursors are the ones I can think of offhand.

So, you're thinking of something like:

WITH FOREIGN somecte AS $$... foreign query ...$$
SELECT ...
FROM somecte;

?


-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Logging WAL when updating hintbit
Следующее
От: Tom Dunstan
Дата:
Сообщение: Re: Proposed feature: Selective Foreign Keys