Show
Ignore:
Timestamp:
11/05/09 11:04:45 (3 years ago)
Author:
pramsey
Message:

Implement RFC3 (#195)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/regress.sql

    r4542 r4750  
    263263select '150_', asewkt(force_collection(setsrid('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::geometry, 6))); 
    264264 
    265 select '151', ST_geom_accum(NULL, NULL); 
    266 select '151_', geom_accum(NULL, NULL); 
    267  
    268265-- Drop test table 
    269266DROP table test;