- Notifications
You must be signed in to change notification settings - Fork5
Commit69892d5
committed
Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.
postgresImportForeignSchema pays attention to IMPORT's EXCEPT and LIMIT TOoptions, but only as an efficiency hack, not for correctness' sake. TheFDW documentation does explain that, but someone using postgres_fdw.cas a coding guide might not remember it, so let's add a comment here.Per question from Regina Obe.1 parent30858be commit69892d5
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2675 | 2675 |
| |
2676 | 2676 |
| |
2677 | 2677 |
| |
2678 |
| - | |
| 2678 | + | |
| 2679 | + | |
| 2680 | + | |
| 2681 | + | |
| 2682 | + | |
2679 | 2683 |
| |
2680 | 2684 |
| |
2681 | 2685 |
| |
|
0 commit comments
Comments
(0)