Bitmap Heap Scan on tbl_addresses (cost=45.75..89.86 rows=5 width=206) |
Recheck Cond: (id = ANY ('{1711,1268,1277,879,1739,1599,885,1240,1738,1657,1286,1034,1586,2457,1282,370,1452,2531,2452,1382}'::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 ('{1711,1268,1277,879,1739,1599,885,1240,1738,1657,1286,1034,1586,2457,1282,370,1452,2531,2452,1382}'::integer[])) |