Changes between Version 13 and Version 14 of DevWikiGardenTest
- Timestamp:
- 10/29/09 21:05:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DevWikiGardenTest
v13 v14 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 psql -p 5432 -U postgres -d testpostgis -c "CREATE LANGUAGE plpgsql;" 18 18 psql -p 5432 -U postgres -d testpostgis -f postgis.sql 19 19 psql -p 5432 -U postgres -d testpostgis -f geography.sql