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
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
Makefile
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
postgres_fdw.c Document cross-version compatibility issues for contrib/postgres_fdw. 2013-03-22 17:22:31 -04:00
postgres_fdw.control
postgres_fdw.h Avoid retrieving dummy NULL columns in postgres_fdw. 2013-03-22 00:31:11 -04:00