postgresql/contrib/postgres_fdw
Tom Lane 59efda3e50 Implement IMPORT FOREIGN SCHEMA.
This command provides an automated way to create foreign table definitions
that match remote tables, thereby reducing tedium and chances for error.
In this patch, we provide the necessary core-server infrastructure and
implement the feature fully in the postgres_fdw foreign-data wrapper.
Other wrappers will throw a "feature not supported" error until/unless
they are updated.

Ronan Dunklau and Michael Paquier, additional work by me
2014-07-10 15:01:43 -04:00
..
expected Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
sql Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
.gitignore
connection.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
deparse.c Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
Makefile
option.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
postgres_fdw--1.0.sql
postgres_fdw.c Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
postgres_fdw.control
postgres_fdw.h Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00