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