Bitmap Heap Scan on tbl_addresses (cost=45.75..89.86 rows=5 width=206) |
Recheck Cond: (id = ANY ('{1873,3149,2419,947,1868,1914,2392,2589,1260,134,340,1742,1594,1426,1472,1808,1290,945,2427,1566}'::integer[])) |
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text)) |
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.75 rows=20 width=0) |
Index Cond: (id = ANY ('{1873,3149,2419,947,1868,1914,2392,2589,1260,134,340,1742,1594,1426,1472,1808,1290,945,2427,1566}'::integer[])) |