SQL/MED - FDW API - Mailing list pgsql-hackers

From Shigeru HANADA
Subject SQL/MED - FDW API
Date
Msg-id 20110112211121.827B.6989961C@metrosystems.co.jp
Whole thread Raw
Responses Re: SQL/MED - FDW API  (Shigeru HANADA <hanada@metrosystems.co.jp>)
List pgsql-hackers
Attached are WIP version of patches for FDW API.  Basically not
changed from last version but rebased to current HEAD.

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) 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 file_fdw wrapper which
would be posted in another thread.

Regards,
--
Shigeru Hanada

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: multiset patch review
Next
From: Pavel Stehule
Date:
Subject: Re: multiset patch review