Changes between Initial Version and Version 1 of Ticket #370


Ignore:
Timestamp:
Jan 3, 2010, 3:19:20 PM (15 years ago)
Author:
pramsey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #370 – Description

    initial v1  
    1         SELECT ST_CollectionExtract(foo1.the_geom, 3)
    2                          
    3                         FROM ((SELECT ST_GeomFromText('GEOMETRYCOLLECTION EMPTY',4326) As the_geom
    4                         UNION ALL SELECT ST_GeomFromText('POLYGON EMPTY',4326) As the_geom
    5                 )
    6                 ) As foo1
    7                         LIMIT 3;
    8 
     1{{{     
     2SELECT ST_CollectionExtract(foo1.the_geom, 3)
     3  FROM ((SELECT ST_GeomFromText('GEOMETRYCOLLECTION EMPTY',4326) As the_geom
     4  UNION ALL SELECT ST_GeomFromText('POLYGON EMPTY',4326) As the_geom
     5)
     6) As foo1
     7LIMIT 3;
     8}}}
    99Crashes server.