projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff12140
)
Fixed syntax error in execution example.
author
Paul Ramsey
<pramsey@cleverelephant.ca>
Tue, 25 Nov 2003 02:38:23 +0000
(
02:38
+0000)
committer
Paul Ramsey
<pramsey@cleverelephant.ca>
Tue, 25 Nov 2003 02:38:23 +0000
(
02:38
+0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@384
b70326c6
-7e19-0410-871a-
916f4a2858ee
examples/ogc_test_suite/README
patch
|
blob
|
history
diff --git
a/examples/ogc_test_suite/README
b/examples/ogc_test_suite/README
index 6867b2717b1416a488892e5d35ef8f17c7b0f86c..679eb98192a12be3dc1ef7829ff56ea92adfb0a6 100644
(file)
--- a/
examples/ogc_test_suite/README
+++ b/
examples/ogc_test_suite/README
@@
-6,9
+6,9
@@
createlang plpgsql ogc
psql ogc < postgis.sql
- psql -a -f 1_schema.sql >& 1_output.txt
- psql -a -f 2_queries.sql >& 2_output.txt
- psql -a -f 3_cleanup.sql >& 3_output.txt
+ psql -a -f 1_schema.sql
ogc
>& 1_output.txt
+ psql -a -f 2_queries.sql
ogc
>& 2_output.txt
+ psql -a -f 3_cleanup.sql
ogc
>& 3_output.txt
- Load the test files in order. File 2 has the actual tests, with the
correct answers for each test in the comments.