QUERY PLAN
Sort (cost=22.36..22.37 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=15.13..22.35 rows=1 width=22)
Recheck Cond: (id = ANY ('{160,140,2,1,215,5,135,226,164,179,181,137,229,128,172,136,138,205,204,307,184,200,189,203,183,194,167,142,185,191,197,199,165,168,130,265,349,352,354,356,359,369,374,377,340,341}'::integer[]))
Filter: (term_id = 9)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..15.13 rows=46 width=0)
Index Cond: (id = ANY ('{160,140,2,1,215,5,135,226,164,179,181,137,229,128,172,136,138,205,204,307,184,200,189,203,183,194,167,142,185,191,197,199,165,168,130,265,349,352,354,356,359,369,374,377,340,341}'::integer[]))