An error occurred while fetching folder content.
Select Git revision
postgres_fdw
-
-
- Open in your IDE
- Download source code
- Download this directory
Robert Haas
authored
Commit ccd8f979 gave us the ability to request that the remote side sort the data, and, later, commit e4106b25 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.
Name | Last commit | Last update |
---|---|---|
.. |