Changeset 2091
- Timestamp:
- 11/28/05 07:59:27 (6 years ago)
- Location:
- trunk/regress
- Files:
-
- 2 modified
-
regress_expected (modified) (1 diff)
-
regress.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/regress/regress_expected
r2083 r2091 156 156 149|LINESTRING(-5 -5,0 0,1 1,4 4) 157 157 150|SRID=6;GEOMETRYCOLLECTION(POLYGON((0 0,1 0,1 1,0 1,0 0))) 158 151| 158 159 DROP TABLE -
trunk/regress/regress.sql
r2083 r2091 255 255 select '150', asewkt(force_collection(setsrid('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::geometry, 6))); 256 256 257 select '151', geom_accum(NULL, NULL); 258 257 259 -- Drop test table 258 260 DROP table test;
