Add postgresql_fdw, though compiler warnings remain.
authorShigeru Hanada <hanada@metrosystems.co.jp>
Wed, 23 Feb 2011 07:06:14 +0000 (16:06 +0900)
committerShigeru Hanada <hanada@metrosystems.co.jp>
Wed, 23 Feb 2011 07:06:14 +0000 (16:06 +0900)
commit9730746e0924178aff17e63307b85816acfab747
tree02344602cafe65b2854c0720f3ca0f551233c378
parent5a922f13eff66b3e437e823419d48d509d59a6be
Add postgresql_fdw, though compiler warnings remain.
contrib/postgresql_fdw/.gitignore [new file with mode: 0644]
contrib/postgresql_fdw/Makefile [new file with mode: 0644]
contrib/postgresql_fdw/expected/postgresql_fdw.out [new file with mode: 0644]
contrib/postgresql_fdw/postgresql_fdw.c [new file with mode: 0644]
contrib/postgresql_fdw/postgresql_fdw.h [new file with mode: 0644]
contrib/postgresql_fdw/postgresql_fdw.sql.in [new file with mode: 0644]
contrib/postgresql_fdw/sql/postgresql_fdw.sql [new file with mode: 0644]
contrib/postgresql_fdw/uninstall_postgresql_fdw.sql [new file with mode: 0644]
doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/postgresql-fdw.sgml [new file with mode: 0644]