SQL/MED - postgresql_fdw

From: Shigeru HANADA <hanada(at)metrosystems(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: SQL/MED - postgresql_fdw
Date: 2010-11-25 08:12:46
Message-ID: 20101125171245.96FA.6989961C@metrosystems.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, hackers,

Attached is a patch that adds postgresql_fdw, FDW which retrieves
tuples from external PostgreSQL server, 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

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

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

Any comments and questions are welcome.

Regards,
--
Shigeru Hanada

Attachment Content-Type Size
pgsql_fdw.patch.gz application/octet-stream 14.9 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-11-25 08:46:49 Re: pgsql: Remove useless whitespace at end of lines
Previous Message Shigeru HANADA 2010-11-25 08:12:44 SQL/MED - file_fdw