[postgis-tickets] [PostGIS] #4991: st_union of single row should keep the row intact
PostGIS
trac at osgeo.org
Thu Sep 16 11:57:34 PDT 2021
#4991: st_union of single row should keep the row intact
----------------------+---------------------------
Reporter: michal | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.1.5
Component: postgis | Version: 3.1.x
Resolution: invalid | Keywords:
----------------------+---------------------------
Comment (by mdavis):
I'm puzzled why you use `ST_Union` at all. Do you need the noding
behaviour in some cases? It doesn't sew lines together (for that you need
`ST_LineMerge`). Or why not just use `ST_MemUnion`?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4991#comment:8>
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