pgsql: Document cross-version compatibility issues for contrib/postgres

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Document cross-version compatibility issues for contrib/postgres
Дата
Msg-id E1UJ9Q9-0006JQ-QG@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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'.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5b86fedfb57ea943f883a13c6d50c5a9e2a1cc57

Modified Files
--------------
contrib/postgres_fdw/connection.c   |   15 +++++++++++----
contrib/postgres_fdw/postgres_fdw.c |    3 +++
doc/src/sgml/postgres-fdw.sgml      |   20 ++++++++++++++++++++
3 files changed, 34 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyl
Следующее
От: fxjr@cvs.pgfoundry.org
Дата:
Сообщение: npgsql - Npgsql2: Implements DateTime canonical functions for