Changes between Version 40 and Version 41 of CookBook join Temperature_CCM
- Timestamp:
- Jun 14, 2010 3:28:48 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join Temperature_CCM
v40 v41 39 39 CREATE INDEX indextmp_ccm ON temperature.tmp_ccm 40 40 USING GIST ( the_geom GIST_GEOMETRY_OPS ); 41 );42 41 }}} 43 42