[postgis-tickets] [PostGIS] #4394: FULL JOIN on geometry not supported
PostGIS
trac at osgeo.org
Fri Jun 28 15:28:01 PDT 2019
#4394: FULL JOIN on geometry not supported
----------------------+---------------------------
Reporter: komzpa | Owner: pramsey
Type: defect | Status: reopened
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
okay I'm a bit disappointed the more common case of
{{{
with mj as (select 'POINT(0 0)'::geometry geom) select '#4394', b.geom As
b_geom, a.geom As a_geom from mj a full join mj b on ST_Intersects(a.geom,
b.geom);
}}}
Does not work. Could it work? or is this the best we can do.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4394#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list