Bitmap Heap Scan on tbl_addresses (cost=45.46..87.87 rows=5 width=206) |
Recheck Cond: (id = ANY ('{2687,1797,2604,2625,908,1724,1255,1232,1772,1319,2512,1305,923,2466,475,461,2520,1261,2428}'::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 ('{2687,1797,2604,2625,908,1724,1255,1232,1772,1319,2512,1305,923,2466,475,461,2520,1261,2428}'::integer[])) |