Changes between Version 1 and Version 2 of Ticket #3254


Ignore:
Timestamp:
Aug 21, 2015, 12:08:31 AM (9 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3254 – Description

    v1 v2  
    1212{{{
    1313SELECT ST_Subdivide(foo1.the_geom, 3) As result
    14                                                         FROM ((SELECT ST_GeomFromText('POINT EMPTY',4326) As the_geom
     14  FROM ((SELECT ST_GeomFromText('POINT EMPTY',4326) As the_geom
    1515                        UNION ALL SELECT ST_GeomFromText('MULTIPOINT EMPTY',4326) As the_geom
    1616                        UNION ALL SELECT ST_GeomFromText('MULTIPOLYGON EMPTY',4326) As the_geom