postgresql/contrib/postgres_fdw
Tom Lane d0d75c4022 Add postgres_fdw contrib module.
There's still a lot of room for improvement, but it basically works,
and we need this to be present before we can do anything much with the
writable-foreign-tables patch.  So let's commit it and get on with testing.

Shigeru Hanada, reviewed by KaiGai Kohei and Tom Lane
2013-02-21 05:27:16 -05:00
..
expected Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
Makefile Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
connection.c Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
deparse.c Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
option.c Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00