Show
Ignore:
Timestamp:
06/04/07 16:06:28 (5 years ago)
Author:
mleslie
Message:

Added versions of functions with standard ST (Spatial Type) prefixes to any functions that were lacking them. Updated the regression tests to include the new functions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lwgeom/sqlmm.sql.in

    r2536 r2616  
    379379    RETURNS boolean 
    380380    AS ' 
    381     SELECT CASE zmflag($1) 
     381    SELECT CASE ST_zmflag($1) 
    382382               WHEN 0 THEN false 
    383383               WHEN 1 THEN false 
     
    393393    RETURNS boolean 
    394394    AS ' 
    395     SELECT CASE zmflag($1) 
     395    SELECT CASE ST_zmflag($1) 
    396396               WHEN 0 THEN false 
    397397               WHEN 1 THEN true