forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5f36096
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 parent0dab5ef commit5f36096
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2892 | 2892 |
| |
2893 | 2893 |
| |
2894 | 2894 |
| |
2895 |
| - | |
| 2895 | + | |
| 2896 | + | |
| 2897 | + | |
| 2898 | + | |
| 2899 | + | |
2896 | 2900 |
| |
2897 | 2901 |
| |
2898 | 2902 |
| |
|
0 commit comments
Comments
(0)