• Tom Lane's avatar
    Implement IMPORT FOREIGN SCHEMA. · 59efda3e
    Tom Lane authored
    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
    59efda3e
ddl.sgml 109 KB