Bitmap Heap Scan on tbl_addresses (cost=45.46..87.87 rows=5 width=206) |
Recheck Cond: (id = ANY ('{1791,2739,3089,1444,1678,808,345,2387,2384,914,730,2472,2283,1849,1903,972,1930,2025,1318}'::integer[])) |
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text)) |
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.46 rows=19 width=0) |
Index Cond: (id = ANY ('{1791,2739,3089,1444,1678,808,345,2387,2384,914,730,2472,2283,1849,1903,972,1930,2025,1318}'::integer[])) |