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

Commit3eda599

Browse files
committed
Update postgres_fdw.out
1 parent112581e commit3eda599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎contrib/postgres_fdw/expected/postgres_fdw.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5329,6 +5329,7 @@ select * from bar where f1 in (select f1 from foo) for update;
53295329
Output: bar.f1, bar.f2, bar.ctid, bar.*, bar.tableoid, foo.ctid, foo.*, foo.tableoid
53305330
-> Hash Join
53315331
Output: bar.f1, bar.f2, bar.ctid, bar.*, bar.tableoid, foo.ctid, foo.*, foo.tableoid
5332+
Inner Unique: true
53325333
Hash Cond: (bar.f1 = foo.f1)
53335334
-> Append
53345335
-> Seq Scan on public.bar
@@ -5347,7 +5348,7 @@ select * from bar where f1 in (select f1 from foo) for update;
53475348
-> Foreign Scan on public.foo2
53485349
Output: foo2.ctid, foo2.*, foo2.tableoid, foo2.f1
53495350
Remote SQL: SELECT f1, f2, f3, ctid FROM public.loct1
5350-
(22 rows)
5351+
(23 rows)
53515352

53525353
select * from bar where f1 in (select f1 from foo) for update;
53535354
f1 | f2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp