Re: review: FDW API

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: review: FDW API
Дата
Msg-id 808.1295648420@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: review: FDW API  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: review: FDW API  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> Some quick comments on that:

> * I wonder if CREATE FOREIGN DATA WRAPPER should automatically create 
> the handler function, if it doesn't exist yet. That's what CREATE 
> LANGUAGE does, which is similar. Although it doesn't seem to be 
> documented for CREATE LANGUAGE either, is it deprecated?

Doing that would require the equivalent of pg_pltemplate for FDWs, no?
I think we're a long way from wanting to do that.  Also, it seems to me
that add-on FDWs are likely to end up getting packaged as extensions,
so the extension machinery will probably render the question moot pretty
soon.
        regards, tom lane


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: REVIEW: WIP: plpgsql - foreach in
Следующее
От: Andreas Karlsson
Дата:
Сообщение: Re: One Role, Two Passwords