• Tom Lane's avatar
    Document cross-version compatibility issues for contrib/postgres_fdw. · 5b86fedf
    Tom Lane authored
    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'.
    5b86fedf
postgres_fdw.c 76 KB