Changes between Version 17 and Version 18 of DevWikiGardenTest
- Timestamp:
- 11/13/09 04:35:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGardenTest
v17 v18 51 51 psql -p 5432 -U postgres -d postgres -c "CREATE DATABASE testpostgis;" 52 52 psql -p 5432 -U postgres -d testpostgis -f postgis.sql 53 psql -p 5432 -U postgres -d testpostgis -f geography.sql54 53 psql -p 5432 -U postgres -d testpostgis -f spatial_ref_sys.sql 55 54 psql -p 5432 -U postgres -d testpostgis -f torturetest_subset.sql > torturetest_results.txt