OSDN Git Service

Support DECLARE CURSOR syntax and added regression for table hinting.
[pghintplan/pg_hint_plan.git] / expected / R_sample.out
1                                 QUERY PLAN                                 
2 ---------------------------------------------------------------------------
3  Merge Join  (cost=xxx rows=100 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