Changes between Initial Version and Version 1 of Ticket #4127, comment 6
- Timestamp:
- 08/11/18 01:39:25 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4127, comment 6
initial v1 6 6 7 7 POINT EMPTY -> 0 8 8 9 LINESTRING EMPTY -> 1 10 9 11 MULTIPOLYGON EMPTY -> 2 12 10 13 SELECT ST_Dimension(ST_Collect('POLYGON EMPTY'::geometry, 'LINESTRING EMPTY'::geometry)) -> 2 11 14