Changes between Version 3 and Version 4 of Ticket #5830


Ignore:
Timestamp:
01/06/25 03:53:43 (2 weeks ago)
Author:
hhinrichs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5830 – Description

    v3 v4  
    1414What also works is
    1515
    16 SELECT 1 FROM communities c1, communities c2 WHERE ST_Within(c1.geom, c2.geom)
     16SELECT 1 FROM communities c1, communities c2 WHERE ST_Within(c1.geom, c2.geom) AND ST_Within(c2.geom, c1.geom)
    1717
    1818The error my postgres container logs:
     
    2121I tried to run the failing query on our staging environment where we have PostGis 3.4.0 and it runs without any error.
    2222
    23 I was unable to install 3.4.x locally as older versions seem to get deleted from the apt repository and installing from source I was unable to Installing it from s.
     23I was unable to install 3.4.x locally as older versions seem to get deleted from the apt repository and installing from source did not work out for me.
    2424
    2525EDIT: I wanted to attach the data but it exceeds the size limit.