From d0d75c402217421b691050857eb3d7af82d0c770 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 21 Feb 2013 05:26:23 -0500 Subject: 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 --- contrib/postgres_fdw/postgres_fdw.control | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 contrib/postgres_fdw/postgres_fdw.control (limited to 'contrib/postgres_fdw/postgres_fdw.control') diff --git a/contrib/postgres_fdw/postgres_fdw.control b/contrib/postgres_fdw/postgres_fdw.control new file mode 100644 index 00000000000..f9ed490752b --- /dev/null +++ b/contrib/postgres_fdw/postgres_fdw.control @@ -0,0 +1,5 @@ +# postgres_fdw extension +comment = 'foreign-data wrapper for remote PostgreSQL servers' +default_version = '1.0' +module_pathname = '$libdir/postgres_fdw' +relocatable = true -- cgit v1.2.3