Re: SQL/MED - core functionality

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: SQL/MED - core functionality
Дата
Msg-id AANLkTingP6TyU5ahE0GVjuSi6LSY8jyVT+_gRDOLZGQ3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: SQL/MED - core functionality  (Shigeru HANADA <hanada@metrosystems.co.jp>)
Список pgsql-hackers
On Tue, Dec 14, 2010 at 9:06 AM, Shigeru HANADA
<hanada@metrosystems.co.jp> wrote:
> I'll simplify the patch and post patches 1-4 of below first.
>
> <essential part>
> 1) Basic syntax for FOREIGN TABLE and FDW HANDLER
> 2) FDW API and ForeignScan execution
> # These patches are split just to make review easy.
>
> <FDW implementation>
> 3) pgsql_fdw
> 4) file_fdw
>
> <Additional features>
> 5) NOT NULL constraint and query-time evaluation
> 6) column-level FDW option
>    - syntax and catalog
>    - column alias option for pgsql_fdw
>    - force_not_null option for file_fdw
> 7) RULE

This seems like a good plan.  As a procedural issue, please post
patches one and two on the same thread (perhaps this one), because
they can't be considered in isolation.  Each of the remaining patches
should be posted to its own thread.

I've moved the SQL/MED patches to CommitFest 2011-01, and created a
topic for them, SQL/MED, since it seems like we'll end up with a bunch
of them to review.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: Re: SQL/MED - core functionality
Следующее
От: Robert Haas
Дата:
Сообщение: Re: SQL/MED - core functionality