QUERY PLAN
Result (cost=88.21..88.22 rows=1 width=1)
InitPlan 1 (returns $0)
-> Bitmap Heap Scan on tbl_projects (cost=4.54..88.21 rows=1 width=0)
Recheck Cond: (client_id = 2130)
Filter: ((id <> 3957) AND ((project_title)::text = '中国人民解放军总参谋部第五十一研究所试制工厂-高性能'::text))
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..4.54 rows=35 width=0)
Index Cond: (client_id = 2130)