Changes between Initial Version and Version 1 of Ticket #4991, comment 10
- Timestamp:
- 09/20/21 11:53:16 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4991, comment 10
initial v1 2 2 3 3 The reason for not sewing lines is that it is possible to merge the output lines together, but it isn't possible to unmerge them if they were returned as merged. So the operations are more modular this way. 4 5 Perhaps `ST_Union` should take an option to merge lines automatically.