postgresql/contrib/postgres_fdw
Tom Lane 50c19fc76f Fix contrib/postgres_fdw's handling of column defaults.
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.
2013-03-12 18:58:13 -04:00
..
expected Fix contrib/postgres_fdw's handling of column defaults. 2013-03-12 18:58:13 -04:00
sql Fix contrib/postgres_fdw's handling of column defaults. 2013-03-12 18:58:13 -04:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
Makefile Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
connection.c Fix postgres_fdw's issues with inconsistent interpretation of data values. 2013-03-11 21:31:28 -04:00
deparse.c Fix contrib/postgres_fdw's handling of column defaults. 2013-03-12 18:58:13 -04:00
option.c Rename postgres_fdw's use_remote_explain option to use_remote_estimate. 2013-02-23 12:20:48 -05:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Fix contrib/postgres_fdw's handling of column defaults. 2013-03-12 18:58:13 -04:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h Fix contrib/postgres_fdw's handling of column defaults. 2013-03-12 18:58:13 -04:00