pgsql: Add a comment noting that FDWs don't have to implement EXCEPT or

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add a comment noting that FDWs don't have to implement EXCEPT or
Дата
Msg-id E1aEmBo-0005B8-5B@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.

postgresImportForeignSchema pays attention to IMPORT's EXCEPT and LIMIT TO
options, but only as an efficiency hack, not for correctness' sake.  The
FDW documentation does explain that, but someone using postgres_fdw.c
as a coding guide might not remember it, so let's add a comment here.
Per question from Regina Obe.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/69892d58c9881acac934629187c7301f8e296eb4

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c |    6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ALTER OPERATOR to update dependencies properly.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Add index entries and better documentation link for Linux O