Re: SQL/MED - FDW API

Поиск
Список
Период
Сортировка
От Shigeru HANADA
Тема Re: SQL/MED - FDW API
Дата
Msg-id 20110114212358.82C7.6989961C@metrosystems.co.jp
обсуждение исходный текст
Ответ на SQL/MED - FDW API  (Shigeru HANADA <hanada@metrosystems.co.jp>)
Ответы Re: SQL/MED - FDW API  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Attached are rebased version of patches for FDW API.

To make review easier, I split core functionality into 3 patches.
Please apply these patches in the following order.

1) fdw_handler - this patch adds HANDLER option to both syntax and
catalog of FOREIGN DATA WRAPPER.

2) foreign_scan - this patch adds following: ForeignScan executor-node,
hooks in planner and executor, and FdwRoutine (FDW API).

3) fdw_catalog_lookup - this patch adds GetForeignTable() whicch
returns ForeignTable object, similar to GetForeignDataWrapper(),
GetForeignServer(), and GetUserMapping().  This function is assumed to
be used by FDWs.

You would be able to test these patches with "20110114" version of file_fdw
wrapper patches which will be posted in another thread.

Regards,
--
Shigeru Hanada

Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Exit from base backups when shutdown is requested
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Exit from base backups when shutdown is requested