QUERY PLAN
Sort (cost=14.15..14.15 rows=2 width=35)
Sort Key: pinyin1 NULLS FIRST, namecut1 NULLS FIRST, pinyin2 NULLS FIRST, namecut2 NULLS FIRST, pinyin3 NULLS FIRST, namecut3 NULLS FIRST, pinyin4 NULLS FIRST, namecut4 NULLS FIRST
-> Bitmap Heap Scan on tbl_users u (cost=8.31..14.14 rows=2 width=35)
Recheck Cond: (id = ANY ('{5295,5311}'::integer[]))
-> Bitmap Index Scan on tbl_users_pkey (cost=0.00..8.30 rows=2 width=0)
Index Cond: (id = ANY ('{5295,5311}'::integer[]))