postgresql/contrib/postgres_fdw
Tom Lane 69892d58c9 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.
2015-12-31 17:59:16 -05:00
..
expected Improve handling of collations in contrib/postgres_fdw. 2015-09-24 12:47:30 -04:00
sql Improve handling of collations in contrib/postgres_fdw. 2015-09-24 12:47:30 -04:00
.gitignore
connection.c Create an infrastructure for parallel computation in PostgreSQL. 2015-04-30 15:02:14 -04:00
deparse.c Improve handling of collations in contrib/postgres_fdw. 2015-09-24 12:47:30 -04:00
Makefile Fix SHLIB_PREREQS use in contrib, allowing PGXS builds 2014-12-04 07:58:12 -05:00
option.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
postgres_fdw--1.0.sql
postgres_fdw.c Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO. 2015-12-31 17:59:16 -05:00
postgres_fdw.control
postgres_fdw.h Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 2015-05-08 05:43:10 +02:00