Re: [postgis-users] ST_Intersects(BOOM!)

2017-08-28 Thread Regina Obe
Aaron, This works fine for me. I'm also assuming you are using geometry and not geography so the code snippet you pointed at shouldn't be relevant. In case you are though I tested both and they work fine for me. What does your SELECT postgis_full_version(); Return? Mine returns: POSTGIS

[postgis-users] ST_Intersects(BOOM!)

2017-08-28 Thread Aaron Cope
Hi, Apologies if this has been answered elsewhere already. If it has I've not been able to find it. We are using PGIS to do point-in-poly lookups and having trouble involving certain very large records. SELECT version(); version ---