]> granicus.if.org Git - postgresql/commit
Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Dec 2015 22:59:10 +0000 (17:59 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Dec 2015 22:59:10 +0000 (17:59 -0500)
commit5f36096b77fe47015cbac130d1a20d089f202a1e
treef94940c2bd7f2bdab9d732802c6bb9a75ed14109
parent0dab5ef39b3d9d86e45bbbb2f6ea60b4f5517d9a
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.
contrib/postgres_fdw/postgres_fdw.c