• Tom Lane's avatar
    Fix contrib/postgres_fdw's handling of column defaults. · 50c19fc7
    Tom Lane authored
    Adopt the position that only locally-defined defaults matter.  Any defaults
    defined in the remote database do not affect insertions performed through
    a foreign table (unless they are for columns not known to the foreign
    table).  While it'd arguably be more useful to permit remote defaults to be
    used, making that work in a consistent fashion requires far more work than
    seems possible for 9.3.
    50c19fc7
postgres_fdw.h 2.13 KB