postgis/regress/run_index_regress
No Body 3cda119445 Initial revision
git-svn-id: http://svn.osgeo.org/postgis/trunk@2 b70326c6-7e19-0410-871a-916f4a2858ee
2001-06-22 17:39:29 +00:00

12 lines
356 B
Tcsh
Executable file

#!/bin/csh
echo "Running Index Regression"
echo ""
createdb geometry_reg
psql -e geometry_reg <postgis.sql >& /dev/null
echo "Index Creation will take some time..."
echo "This test included the unrecommended RTREE index"
echo ""
psql -e geometry_reg <regress_index.sql >& regress_index_out
diff regress_index_out regress_index_expected
dropdb geometry_reg