OSDN Git Service

Rowsヒント句の増減値指定(R-3-2-*)の試験を追加した。
[pghintplan/pg_hint_plan.git] / expected / R_3-2-3.out
1                                 QUERY PLAN                                 
2 ---------------------------------------------------------------------------
3  Merge Join  (cost=xxx rows=1 width=29)
4    Merge Cond: (t1.c1 = t2.c1)
5    ->  Index Scan using t1_i1 on t1  (cost=xxx rows=1000 width=15)
6    ->  Sort  (cost=xxx rows=100 width=14)
7          Sort Key: t2.c1
8          ->  Seq Scan on t2  (cost=xxx rows=100 width=14)
9 (6 rows)
10