Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa09cd2

Browse files
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

3 files changed

+240
-188
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp