postgresql/contrib/postgres_fdw
Tom Lane 8f9cc41daf Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.
"INSERT INTO foo() VALUES ()" is invalid syntax, so don't do that.
2013-03-11 14:26:05 -04:00
..
expected Band-aid for regression test expected-results problem with timestamptz. 2013-03-10 15:07:38 -04:00
sql Band-aid for regression test expected-results problem with timestamptz. 2013-03-10 15:07:38 -04:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
connection.c Support writable foreign tables. 2013-03-10 14:16:02 -04:00
deparse.c Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES. 2013-03-11 14:26:05 -04:00
Makefile Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05: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 Support writable foreign tables. 2013-03-10 14:16:02 -04:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h Support writable foreign tables. 2013-03-10 14:16:02 -04:00