OSDN Git Service

Rowsヒント句の引数の条件(R-1-*)の試験を追加した。
[pghintplan/pg_hint_plan.git] / expected / R_1-6-8.out
1                                 QUERY PLAN                                
2 --------------------------------------------------------------------------
3  Hash Join  (cost=xxx rows=3 width=58)
4    Hash Cond: (t2.c1 = "*VALUES*".column1)
5    ->  Seq Scan on t2  (cost=xxx rows=100 width=14)
6    ->  Hash  (cost=xxx rows=3 width=44)
7          ->  Values Scan on "*VALUES*"  (cost=xxx rows=3 width=44)
8 (5 rows)
9
10                                 QUERY PLAN                                
11 --------------------------------------------------------------------------
12  Hash Join  (cost=xxx rows=3 width=58)
13    Hash Cond: (t2.c1 = "*VALUES*".column1)
14    ->  Seq Scan on t2  (cost=xxx rows=100 width=14)
15    ->  Hash  (cost=xxx rows=3 width=44)
16          ->  Values Scan on "*VALUES*"  (cost=xxx rows=3 width=44)
17 (5 rows)
18
19                                 QUERY PLAN                                
20 --------------------------------------------------------------------------
21  Hash Join  (cost=xxx rows=1 width=58)
22    Hash Cond: (t2.c1 = "*VALUES*".column1)
23    ->  Seq Scan on t2  (cost=xxx rows=100 width=14)
24    ->  Hash  (cost=xxx rows=3 width=44)
25          ->  Values Scan on "*VALUES*"  (cost=xxx rows=3 width=44)
26 (5 rows)
27