Changes between Version 17 and Version 18 of WKTRasterTutorial01
- Timestamp:
- 06/10/10 14:24:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRasterTutorial01
v17 v18 40 40 41 41 {{{ 42 > shp2pgsql.exe-s 32198 -I C:\Temp\TutData\cariboupoints.shp > C:\Temp\TutData\cariboupoints.sql42 >"c:/Program Files/PostgreSQL/8.4/bin/shp2pgsql" -s 32198 -I C:\Temp\TutData\cariboupoints.shp > C:\Temp\TutData\cariboupoints.sql 43 43 }}} 44 44 … … 52 52 53 53 {{{ 54 > psql-f C:\Temp\TutData\cariboupoints.sql tutorial0154 >"c:/Program Files/PostgreSQL/8.4/bin/psql" -f C:\Temp\TutData\cariboupoints.sql tutorial01 55 55 }}} 56 56