Changes between Version 4 and Version 5 of WKTRaster/Documentation01
- Timestamp:
- 04/16/09 10:23:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/Documentation01
v4 v5 164 164 1. Load the PostGIS WKT Raster object and function definitions into your database by loading the rtpostgis.sql definitions file. 165 165 166 >psql -d [yourdatabase] -f rtpostgis.sql 166 {{{ 167 >psql -d [yourdatabase] -f rtpostgis.sql 168 169 }}} 167 170 168 171 The PostGIS WKT Raster extensions should now be loaded and ready to use.