Re: dblink: enable parameters

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: dblink: enable parameters
Дата
Msg-id CAJW2+qdBegO9Ut30T_06UXn+-gMb4STYhNV=Rex8Tv1fxyNzJw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: dblink: enable parameters  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: dblink: enable parameters  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On Tue, Nov 22, 2011 at 20:09, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> It would be nice to add support for SQL/MED "passthrough mode"... That would
> allow you to do any queries/updates to foreign servers. It wouldn't sound
> very difficult at first glance, though I'm not sure what it would mean to
> our parser, for example.

I think passthrough mode is almost impossible or has very limited usage
because we cannot pass query texts that our parser doesn't accept;
we cannot support foreign-table-specific queries.

> On 22.11.2011 06:55, Pavel Stehule wrote:
>> I know so dblink is "deprecated" interface - but it has necessary
>> functionality still -  it support a writable statements.

So, "dblink on FDW connection" seems to be a possible solution.
We pass a query as a form of a plain text.

--
Itagaki Takahiro


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: dblink: enable parameters
Следующее
От: Rudyar
Дата:
Сообщение: Re: explain analyze query execution time