QUERY PLAN
Bitmap Heap Scan on tbl_work_logs (cost=47.28..88.52 rows=11 width=24)
Recheck Cond: (id = ANY ('{37731,37740,37733,37743,37746,37748,37770,37772,37774,37776,37778}'::integer[]))
-> Bitmap Index Scan on tbl_work_logs_pkey (cost=0.00..47.27 rows=11 width=0)
Index Cond: (id = ANY ('{37731,37740,37733,37743,37746,37748,37770,37772,37774,37776,37778}'::integer[]))