Changeset 2179 for trunk/regress/regress.sql
- Timestamp:
- 12/14/05 03:13:13 (6 years ago)
- Files:
-
- 1 modified
-
trunk/regress/regress.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/regress/regress.sql
r2091 r2179 86 86 select '60',asewkt('POINT(1 2 3 4 5 6 7)'::GEOMETRY); 87 87 select '61',asewkt('LINESTRING(1 1)'::GEOMETRY); 88 select '62', asewkt('POINT( 1e700 0)'::GEOMETRY);89 select '63', asewkt('POINT( -1e700 0)'::GEOMETRY);88 select '62',replace(asewkt('POINT( 1e700 0)'::GEOMETRY), 'Infinity', 'inf'); 89 select '63',replace(asewkt('POINT( -1e700 0)'::GEOMETRY), 'Infinity', 'inf'); 90 90 select '64',asewkt('MULTIPOINT(1 1, 2 2'::GEOMETRY); 91 91
