胡雅竣
Results
1
issues of
胡雅竣
``` create extension hypopg ; load 'pg_hint_plan'; create table t1(a int, b int, c int); create index ON t1 (a); select hypopg_create_index('create index on t1(b)'); explain select/*+ indexscan(t1 t1_a_idx)*/ from...