SQL/MED - file_fdw

Поиск
Список
Период
Сортировка
От Shigeru HANADA
Тема SQL/MED - file_fdw
Дата
Msg-id 20101125171243.96F9.6989961C@metrosystems.co.jp
обсуждение исходный текст
Ответы Re: SQL/MED - file_fdw  (Shigeru HANADA <hanada@metrosystems.co.jp>)
Re: SQL/MED - file_fdw  (Andrew Dunstan <andrew@dunslane.net>)
Re: SQL/MED - file_fdw  (Hitoshi Harada <umi.tanuki@gmail.com>)
Re: SQL/MED - file_fdw  (Shigeru HANADA <hanada@metrosystems.co.jp>)
Re: SQL/MED - file_fdw  (Thom Brown <thom@linux.com>)
Список pgsql-hackers
Hi, hackers,

Attached is a patch that adds file_fdw, FDW which reads records from
files on the server side, as a contrib module.  This patch is based on
"SQL/MED core functionality" patch.

[SQL/MED - core functionality]
http://archives.postgresql.org/pgsql-hackers/2010-11/msg01698.php

File_fdw can be installed with the steps similar to other contrib
modules, and you can create FDW with the script:
    $SHAREDIR/contrib/file_fdw.sql
Note that you need to create file_fdw for each database.

Document for file_fdw is included in the patch, although the contents
might not be enough.

Any comments and questions are welcome.

Regards,
--
Shigeru Hanada

Вложения

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Assertion failure on hot standby
Следующее
От: Shigeru HANADA
Дата:
Сообщение: SQL/MED - postgresql_fdw