diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-12-31 17:59:10 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-12-31 17:59:10 -0500 |
commit | 5f36096b77fe47015cbac130d1a20d089f202a1e (patch) | |
tree | f94940c2bd7f2bdab9d732802c6bb9a75ed14109 /src/backend/access/gist/gistproc.c | |
parent | 0dab5ef39b3d9d86e45bbbb2f6ea60b4f5517d9a (diff) | |
download | postgresql-5f36096b77fe47015cbac130d1a20d089f202a1e.tar.gz |
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.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions