forked from postgis/postgis
describe behaviour in case of LineStrings
parent
c463da369c
commit
6e31f63111
|
@ -974,6 +974,9 @@ on that same grid. (Requires GEOS-3.9.0 or higher)
|
|||
</para></note>
|
||||
|
||||
<para>Performed by the GEOS module.</para>
|
||||
<para>ST_Union creates MultiLineString and does not sew LineStrings into a single LineString.
|
||||
Use <xref linkend="ST_LineMerge" /> to sew LineStrings.</para>
|
||||
|
||||
<para>NOTE: this function was formerly called GeomUnion(), which
|
||||
was renamed from "Union" because UNION is an SQL reserved
|
||||
word.</para>
|
||||
|
|
Loading…
Reference in New Issue