Changes between Version 13 and Version 14 of DevWikiGardenTest


Ignore:
Timestamp:
Oct 29, 2009, 9:05:09 PM (14 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGardenTest

    v13 v14  
    1515xsltproc -o torturetest.sql trunk/doc/xsl/postgis_gardentest.sql.xsl trunk/doc/reference.xml
    1616psql -p 5432 -U postgres -d postgres -c "CREATE DATABASE testpostgis;"
    17 psql -p 5432 -U postgres -d postgres -c "CREATE LANGUAGE plpgsql;"
     17psql -p 5432 -U postgres -d testpostgis -c "CREATE LANGUAGE plpgsql;"
    1818psql -p 5432 -U postgres -d testpostgis -f postgis.sql
    1919psql -p 5432 -U postgres -d testpostgis -f geography.sql