• Tom Lane's avatar
    Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO. · 5f36096b
    Tom Lane authored
    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.
    5f36096b
postgres_fdw.c 95.5 KB