Show
Ignore:
Timestamp:
06/02/09 15:28:44 (3 years ago)
Author:
pracine
Message:

[wktraster] Fixed ticket 151. Changed rt_ prefixes to st_ prefix to ensure seemless integration with geometry functions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • spike/wktraster/scripts/gdal2wktraster.py

    r4120 r4125  
    339339    logit("MSG: Create GiST spatial index on %s\n" % gist_table) 
    340340 
    341     sql = "CREATE INDEX \"%s_%s_gist\" ON %s USING GIST (rt_raster_envelope(%s));\n" % \ 
     341    sql = "CREATE INDEX \"%s_%s_gist\" ON %s USING GIST (st_raster_envelope(%s));\n" % \ 
    342342          (gist_table, column, target_table, column) 
    343343    logit("SQL: %s" % sql)