- Notifications
You must be signed in to change notification settings - Fork5
Commitaa09cd2
committed
postgres_fdw: Consider foreign joining and foreign sorting together.
Commitccd8f97 gave us the ability torequest that the remote side sort the data, and, later, commite4106b2 gave us the ability torequest that the remote side perform the join for us rather than doingit locally. But we could not do both things at the same time: aremote SQL query that had an ORDER BY clause would never be a join.This commit adds that capability.Ashutosh Bapat, reviewed by me.1 parentd31f20e commitaa09cd2
File tree
3 files changed
+240
-188
lines changed- contrib/postgres_fdw
- expected
- sql
3 files changed
+240
-188
lines changed0 commit comments
Comments
(0)