Re: [Proposal] Arbitrary queries in postgres_fdw

Поиск
Список
Период
Сортировка
От rtorre@carto.com
Тема Re: [Proposal] Arbitrary queries in postgres_fdw
Дата
Msg-id CA+Fz15khMu6XSL1rEkY6KXYLgwVL8E+tfE_0qaQoRz1M=mJSQQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [Proposal] Arbitrary queries in postgres_fdw  (rtorre@carto.com)
Ответы Re: [Proposal] Arbitrary queries in postgres_fdw  (David Fetter <david@fetter.org>)
Список pgsql-hackers
On Sun, Oct 27, 2019 at 7:07 PM David Fetter <david@fetter.org> wrote:
> There's a SQL MED standard feature for CREATE ROUTINE MAPPING that
> does something similar to this.  Might it be possible to incorporate
> it into the previous patch that implemented that feature?

Supporting CREATE ROUTINE MAPPING goes a level beyond
postgres_fdw. It'd require adding new DDL syntax elements to the
parser, catalog and callbacks for the FDW's to support them.

For the record, there's a very interesting thread on this topic (that
you participated in):
https://www.postgresql.org/message-id/flat/CADkLM%3DdK0dmkzLhaLPpnjN2wBF5GRpvzOr%3DeW0EWdCnG-OHnpQ%40mail.gmail.com

I know they have different semantics and may turn more limiting, but
for certain use cases, the `extensions` parameter of postgres_fdw may
come in handy (shipping function calls to the foreign end from
extensions present in both local and foreign).

For my use case, which is retrieving catalog info before any CREATE
FOREIGN TABLE, CREATE ROUTINE MAPPING is not really a good fit.

Thank you for pointing out anyway.
-Rafa

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

Предыдущее
От: "k.jamison@fujitsu.com"
Дата:
Сообщение: RE: [Patch] Optimize dropping of relation buffers using dlist
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Refactor parse analysis of EXECUTE command