Re: Status of FDW pushdowns - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Status of FDW pushdowns
Date
Msg-id 529D4CD8.5030307@2ndquadrant.com
Whole thread Raw
In response to Re: Status of FDW pushdowns  (David Fetter <david@fetter.org>)
Responses Re: Status of FDW pushdowns
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Logging WAL when updating hintbit
Next
From: Tom Dunstan
Date:
Subject: Re: Proposed feature: Selective Foreign Keys