QUERY PLAN
Bitmap Heap Scan on tbl_work_logs (cost=30.08..56.68 rows=7 width=24)
Recheck Cond: (id = ANY ('{22464,22488,22517,22546,22550,22652,22313}'::integer[]))
-> Bitmap Index Scan on tbl_work_logs_pkey (cost=0.00..30.08 rows=7 width=0)
Index Cond: (id = ANY ('{22464,22488,22517,22546,22550,22652,22313}'::integer[]))