QUERY PLAN
Sort (cost=297.68..297.92 rows=93 width=313)
Sort Key: s.id DESC
-> Bitmap Heap Scan on tbl_work_logs s (cost=5.01..294.64 rows=93 width=313)
Recheck Cond: (created_by = 5016)
-> Bitmap Index Scan on tbl_work_logs_created_by_idx (cost=0.00..4.99 rows=93 width=0)
Index Cond: (created_by = 5016)