More info
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 10 Apr 2003 23:35:03 +0000 (23:35 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 10 Apr 2003 23:35:03 +0000 (23:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@272 b70326c6-7e19-0410-871a-916f4a2858ee

examples/ogc_test_suite/README

index e38404aa5182bc43c25aceb164b6da660d8a42a7..70cd0ee184e4529d3b7fcc6e5cd1ec9f0606a9dc 100644 (file)
@@ -1,4 +1,14 @@
+
 - All tests must be run in a database named 'ogc' in order for the 
   AddGeometryColumn() function calls to work.
+
+  createdb ogc
+  createlang plpgsql ogc
+  psql ogc < postgis.sql
+  psql ogc < 1_schema.sql
+  ...
+  psql ogc < 3_cleanup.sql
+
 - Load the test files in order. File 2 has the actual tests, with the
   correct answers for each test in the comments.
+