Changes between Version 12 and Version 13 of DevWikiGardenTest
- Timestamp:
- 10/29/09 21:03:37 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGardenTest
v12 v13 15 15 xsltproc -o torturetest.sql trunk/doc/xsl/postgis_gardentest.sql.xsl trunk/doc/reference.xml 16 16 psql -p 5432 -U postgres -d postgres -c "CREATE DATABASE testpostgis;" 17 psql -p 5432 -U postgres -d postgres -c "CREATE LANGUAGE plpgsql;" 17 18 psql -p 5432 -U postgres -d testpostgis -f postgis.sql 18 19 psql -p 5432 -U postgres -d testpostgis -f geography.sql