Changes between Initial Version and Version 1 of Ticket #3254
- Timestamp:
- 08/21/15 00:07:35 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #3254 – Description
initial v1 6 6 7 7 Crash. 8 9 this is the full garden test 10 11 12 {{{ 13 SELECT ST_Subdivide(foo1.the_geom, 3) As result 14 FROM ((SELECT ST_GeomFromText('POINT EMPTY',4326) As the_geom 15 UNION ALL SELECT ST_GeomFromText('MULTIPOINT EMPTY',4326) As the_geom 16 UNION ALL SELECT ST_GeomFromText('MULTIPOLYGON EMPTY',4326) As the_geom 17 UNION ALL SELECT ST_GeomFromText('LINESTRING EMPTY',4326) As the_geom 18 UNION ALL SELECT ST_GeomFromText('MULTILINESTRING EMPTY',4326) As the_geom ) ) As foo1 LIMIT 3; 19 }}}