Skip to content

Commit aa09cd2

Browse files
committed
postgres_fdw: Consider foreign joining and foreign sorting together.
Commit ccd8f97 gave us the ability to request that the remote side sort the data, and, later, commit e4106b2 gave us the ability to request that the remote side perform the join for us rather than doing it locally. But we could not do both things at the same time: a remote SQL query that had an ORDER BY clause would never be a join. This commit adds that capability. Ashutosh Bapat, reviewed by me.
1 parent d31f20e commit aa09cd2

File tree

3 files changed

+240
-188
lines changed

3 files changed

+240
-188
lines changed

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy