postgresql/contrib/postgres_fdw
Tom Lane f7951eef89 Band-aid for regression test expected-results problem with timestamptz.
We probably need to tell the remote server to use specific timezone and
datestyle settings, and maybe other things.  But for now let's just hack
the postgres_fdw regression test to not provoke failures when run in
non-EST5EDT environments.  Per buildfarm.
2013-03-10 15:07:38 -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 Support writable foreign tables. 2013-03-10 14:16:02 -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