Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5f36096b77fe47015cbac130d1a20d089f202a1e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-12-31T22:59:10Z
Releases: 9.6.0
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.

Files

PathChange+/−
contrib/postgres_fdw/postgres_fdw.c modified +5 −1