postgresql/contrib/postgres_fdw
Tom Lane 5b86fedfb5 Document cross-version compatibility issues for contrib/postgres_fdw.
One of the use-cases for postgres_fdw is extracting data from older PG
servers, so cross-version compatibility is important.  Document what we
can do here, and further annotate some of the coding choices that create
compatibility constraints.  In passing, remove one unnecessary
incompatibility with old servers, namely assuming that we didn't need to
quote the timezone name 'UTC'.
2013-03-22 17:22:31 -04:00
..
expected Avoid retrieving dummy NULL columns in postgres_fdw. 2013-03-22 00:31:11 -04:00
sql Avoid retrieving dummy NULL columns in postgres_fdw. 2013-03-22 00:31:11 -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 Document cross-version compatibility issues for contrib/postgres_fdw. 2013-03-22 17:22:31 -04:00
deparse.c Avoid retrieving dummy NULL columns in postgres_fdw. 2013-03-22 00:31:11 -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 Document cross-version compatibility issues for contrib/postgres_fdw. 2013-03-22 17:22:31 -04:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h Avoid retrieving dummy NULL columns in postgres_fdw. 2013-03-22 00:31:11 -04:00